GeneratorFactory

Undocumented in source.

Members

Functions

create
IGenerator create(uint id)
Undocumented in source. Be warned that the author may not have intended to support it.
getId
uint getId(IGenerator generator)
Undocumented in source. Be warned that the author may not have intended to support it.
load
void load(PluginDataLoader loader)
Undocumented in source. Be warned that the author may not have intended to support it.
registerGenerator
void registerGenerator()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

idToType
TypeInfo_Class[uint] idToType;
Undocumented in source.
nameToType
TypeInfo_Class[string] nameToType;
Undocumented in source.
typeToId
uint[TypeInfo_Class] typeToId;
Undocumented in source.

Meta