chatChannelModeChanged

GameSpy SDK

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 );
RoutineRequired HeaderDistribution
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.