Resources.getData

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

Meta