![]() |
Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
Data Structures | |
| class | PluginManager |
Functions | |
| PluginManager | GetPluginManager () |
| Returns registred plugin by class type, better is to use global funtion GetPlugin(typename plugin_type) More... | |
| void | PluginManagerInit () |
| void | PluginManagerDelete () |
| bool | IsPluginManagerExists () |
| PluginBase | GetPlugin (typename plugin_type) |
| bool | IsModuleExist (typename plugin_type) |
Variables | |
| class PluginManager | g_Plugins |
| PluginBase GetPlugin | ( | typename plugin_type | ) |
Definition at line 316 of file pluginmanager.c.
| PluginManager GetPluginManager | ( | ) |
Returns registred plugin by class type, better is to use global funtion GetPlugin(typename plugin_type)
| module_tpye | typename class type of plugin |
PluginBase Definition at line 274 of file pluginmanager.c.
Definition at line 339 of file pluginmanager.c.
| bool IsPluginManagerExists | ( | ) |
Definition at line 306 of file pluginmanager.c.
| void PluginManagerDelete | ( | ) |
Definition at line 297 of file pluginmanager.c.
| void PluginManagerInit | ( | ) |
Definition at line 287 of file pluginmanager.c.
| class PluginManager g_Plugins |