PluginDefault.ModuleListener

Undocumented in source.

Members

Functions

createInstance
void* createInstance(string id)
Undocumented in source. Be warned that the author may not have intended to support it.
destroyInstance
void destroyInstance(void* t)
Undocumented in source. Be warned that the author may not have intended to support it.
onDeinit
void onDeinit(Module.ModuleEvent* event)
Undocumented in source. Be warned that the author may not have intended to support it.
onInit
void onInit(Module.ModuleEvent* event)
Undocumented in source. Be warned that the author may not have intended to support it.
onLoad
void onLoad(Module.ModuleEvent* event)
Undocumented in source. Be warned that the author may not have intended to support it.
onUnload
void onUnload(Module.ModuleEvent* event)
Undocumented in source. Be warned that the author may not have intended to support it.
onUpdate
void onUpdate(Module.ModuleEvent* event)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From ModuleNotificationListener

handleNotification
void handleNotification(void* t)
Undocumented in source. Be warned that the author may not have intended to support it.
onInit
void onInit(Module.ModuleEvent* event)
Undocumented in source. Be warned that the author may not have intended to support it.
onDeinit
void onDeinit(Module.ModuleEvent* event)
Undocumented in source. Be warned that the author may not have intended to support it.
onLoad
void onLoad(Module.ModuleEvent* event)
Undocumented in source. Be warned that the author may not have intended to support it.
onUnload
void onUnload(Module.ModuleEvent* event)
Undocumented in source. Be warned that the author may not have intended to support it.
onUpdate
void onUpdate(Module.ModuleEvent* event)
Undocumented in source. Be warned that the author may not have intended to support it.
register
void register()
Undocumented in source. Be warned that the author may not have intended to support it.
unregister
void unregister()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta