PluginRegistry

Undocumented in source.

Members

Functions

regClientMain
void regClientMain(ClientMain 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(ServerMain 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
ClientMain clientMain;
Undocumented in source.
clientPlugins
IPlugin[TypeInfo] clientPlugins;
Undocumented in source.
serverMain
ServerMain serverMain;
Undocumented in source.
serverPlugins
IPlugin[TypeInfo] serverPlugins;
Undocumented in source.

Meta