Returns registred plugin by class type, better is to use global funtion GetPlugin(typename plugin_type)
- Аргументы
-
module_tpye | typename class type of plugin |
- Возвращает
PluginBase
PluginManager GetPluginManager()
Returns registred plugin by class type, better is to use global funtion GetPlugin(typename plugin_typ...
PluginBase GetPluginByType(typename plugin_type)
Returns registred plugin by class type, better is to use global funtion GetPlugin(typename plugin_typ...
См. определение в файле PluginManager.c строка 157
158 {
160 {
162 }
163
164 return null;
165 }
ref map< typename, ref PluginBase > m_PluginsPtrs
Перекрестные ссылки m_PluginsPtrs.
Используется в GetPlugin() и PluginsInit().