ResourceCache

Internal cache storing all loaded resources.

Constructors

this
this()
Undocumented in source.

Members

Functions

canGet
bool canGet(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
canGetPack
bool canGetPack(string pack)
Undocumented in source. Be warned that the author may not have intended to support it.
get
T get(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
getAllTuples
Tuple!(T, string)[] getAllTuples()
Undocumented in source. Be warned that the author may not have intended to support it.
getPack
T[] getPack(string pack)
Undocumented in source. Be warned that the author may not have intended to support it.
getPackNames
string[] getPackNames(string pack)
Undocumented in source. Be warned that the author may not have intended to support it.
getPackTuples
Tuple!(T, string)[] getPackTuples(string pack)
Undocumented in source. Be warned that the author may not have intended to support it.
getPrototype
T getPrototype(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
set
void set(T value, string tag, string pack)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_data
Tuple!(T, string)[] _data;
Undocumented in source.
_ids
uint[string] _ids;
Undocumented in source.
_packs
uint[][string] _packs;
Undocumented in source.

Meta