Function Event_RaisePluginMessage

Source
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.