PluginRegistry

Undocumented in source.

Members

Functions

regClientMain
void regClientMain(MainDel clientMain)
Undocumented in source. Be warned that the author may not have intended to support it.
regClientPlugin
void regClientPlugin(P plug)
Undocumented in source. Be warned that the author may not have intended to support it.
regServerMain
void regServerMain(MainDel serverMain)
Undocumented in source. Be warned that the author may not have intended to support it.
regServerPlugin
void regServerPlugin(P plug)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

clientMain
MainDel clientMain;
Undocumented in source.
clientPlugins
IPlugin[TypeInfo] clientPlugins;
Undocumented in source.
serverMain
MainDel serverMain;
Undocumented in source.
serverPlugins
IPlugin[TypeInfo] serverPlugins;
Undocumented in source.

Meta