chatTopicChanged

GameSpy SDK

chatTopicChanged

Used in conjunction with chatEnterChannel; called when the channel topic changes.

typedef void (*chatTopicChanged)(
CHAT chat,
const gsi_char * channel,
const gsi_char * topic,
void * param );
RoutineRequired HeaderDistribution
chatTopicChanged<chat.h>SDKZIP

Parameters

chat
[in] The initialized chat interface object.
channel
[in] The channel the local player is in.
topic
[in] The new topic (description) of the channel.
param
[in] Pointer to user data. The same param that was passed to chatEnterChannel through the callbacks structure.