PluginBase GetPlugin(typename plugin_type)
bool IsPluginManagerExists()
static void Log(string message=LOG_DEFAULT, string plugin=LOG_DEFAULT, string author=LOG_DEFAULT, string label=LOG_DEFAULT, string entity=LOG_DEFAULT)
Prints debug message with normal prio.
void OnReceive(int channel)
PluginMessageManager m_ModuleMessageManager
void OnReceiveString(int channel, string value)
void Broadcast(int channel)
void MessageReceiverBase()
void OnReceiveInt(int channel, int value)
void BroadcastInt(int channel, int value)
void BroadcastFloat(int channel, float value)
void Subscribe(int channel)
void BroadcastString(int channel, string value)
void OnReceiveParam(int channel, Param params)
This method is called when an object inheriting from this class subscribes to a channel,...
void OnReceiveFloat(int channel, float value)
void BroadcastParam(int channel, Param params)
void Unsubscribe(int channel)
Base Param Class with no parameters. Used as general purpose parameter overloaded with Param1 to Para...