Function Event_RaiseChat

Source
pub unsafe fn Event_RaiseChat(
    handlers: &mut Event_Chat,
    msg: *const cc_string,
    msgType: c_int,
)
Expand description

Calls all registered callbacks for an event which has chat message type and contents. See MsgType enum in Chat.h for what types of messages there are.