chatChannelModeChanged
Used in conjunction with chatEnterChannel; called when the mode of a user in the channel changes.
- typedef void (*chatChannelModeChanged)(
- CHAT chat,
- const gsi_char * channel,
- CHATChannelMode * mode,
- void * param );
Routine | Required Header | Distribution |
---|---|---|
chatChannelModeChanged | <chat.h> | SDKZIP |
Parameters
- chat
- [in] The initialized chat interface object.
- channel
- [in] The channel the local player is in.
- mode
- [in] Properties of the new mode set on the channel.
- param
- [in] Pointer to user data. The same param that was passed to chatEnterChannel through the callbacks structure.
Section Reference: Gamespy Chat SDK
See Also: chatEnterChannel, chatSetChannelMode