82 Print(
"broadcasting message to: ");
107 if (
index > channelsUsed)
108 channelsUsed =
index;
Base Param Class with no parameters. Used as general purpose parameter overloaded with Param1 to Para...
void BroadcastFloat(int index, float value)
void Broadcast(int index)
Broadcasts an empty message on a channel provided in the 'index' parameter.
void BroadcastParam(int index, Param params)
Broadcasts a message on a channel provided in the 'index' parameter, passes the Param type object to ...
void PluginMessageManager()
void Unsubscribe(MessageReceiverBase receiver, int index)
void UnsubscribeAll(MessageReceiverBase receiver)
void BroadcastString(int index, string value)
void BroadcastInt(int index, int value)
Broadcasts a message on a channel provided in the 'index' parameter, passes the Int variable.
void Subscribe(MessageReceiverBase receiver, int index)
Subscribes an object to listen to messages on a channel provided in the 'index' parameter.
proto void Print(void var)
Prints content of variable to console/log.
const int NUM_OF_CHANNELS