chatKicked
Used in conjunction with chatEnterChannel; called when the local user gets kicked from the channel.
- typedef void (*chatKicked)(
- CHAT chat,
- const gsi_char * channel,
- const gsi_char * user,
- const gsi_char * reason,
- void * param );
Routine | Required Header | Distribution |
---|---|---|
chatKicked | <chat.h> | SDKZIP |
Parameters
- chat
- [in] The initialized chat interface object.
- channel
- [in] The channel the local player is in.
- user
- [in] The nickname of the user being kicked from the channel.
- reason
- [in] The same reason string sent into chatKickUser.
- 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, chatKickUser