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 строка 166
167 {
169 {
171 }
172
173 return null;
174 }
ref map< typename, ref PluginBase > m_PluginsPtrs
Перекрестные ссылки m_PluginsPtrs.
Используется в GetPlugin(), GetPluginSafe() и PluginsInit().