Resources.getData

  1. void[] getData(int type, int id)
    class Resources
    final
    void[]
    getData
    (
    int type
    ,
    int id
    )
    in { assert (type >= WORD.min && type <= WORD.max); assert (id >= WORD.min && id <= WORD.max); }
  2. void[] getData(Dstring type, int id)
  3. void[] getData(int type, Dstring name)
  4. void[] getData(Dstring type, Dstring name)

Meta