pub unsafe fn Event_RaisePluginMessage(
handlers: &mut Event_PluginMessage,
channel: cc_uint8,
data: *mut cc_uint8,
)
Expand description
Calls all registered callbacks for an event which has a channel and a 64 byte data argument.
pub unsafe fn Event_RaisePluginMessage(
handlers: &mut Event_PluginMessage,
channel: cc_uint8,
data: *mut cc_uint8,
)
Calls all registered callbacks for an event which has a channel and a 64 byte data argument.