chatUserListUpdated

GameSpy SDK

chatUserListUpdated

Used in conjunction with chatEnterChannel; called when the channel’s user list changes.

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

Parameters

chat
[in] The initialized chat interface object.
channel
[in] The channel the local player is in.
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