IPluginManager

Undocumented in source.

Members

Functions

findPlugin
IPlugin findPlugin(TypeInfo pluginType)

Returns reference to plugin instance if pluginId was registered.

findPlugin
P findPlugin()

Returns null if plugin is not loaded, P otherwise

findPluginById
IPlugin findPluginById(string pluginId)
Undocumented in source.
getPlugin
P getPlugin()

Guaranteed to return not null reference to P

Meta