248 {
249 #ifdef DIAG_DEVELOPER
250 RegisterPlugin(plugin_class_name, reg_on_client, reg_on_server,
true);
251 #else
252 return;
253 #endif
254 }
void RegisterPlugin(string plugin_class_name, bool reg_on_client, bool reg_on_server, bool reg_on_release=true)
Register new PluginBase to PluginManager for storing and handling plugin.