Loader

Undocumented in source.

Constructors

this
this(const(string) path, void* data)
Undocumented in source.

Members

Functions

load
void load()
Undocumented in source. Be warned that the author may not have intended to support it.
update
void update()
Undocumented in source. Be warned that the author may not have intended to support it.
update
void update(void* data)
Undocumented in source. Be warned that the author may not have intended to support it.
validate
void validate()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

loadModule
auto loadModule(const(string) path, void* data)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

moduleData
shared(ModuleData) moduleData;
Undocumented in source.
path
const(string) path;
Undocumented in source.
script
Reloaded script;
Undocumented in source.

Meta