chatNewUserList

GameSpy SDK

chatNewUserList

Used in conjunction with chatEnterChannel; Called when the chat server sends an entire new user list for a channel we're in.

typedef void (*chatNewUserList)(
CHAT chat,
const gsi_char * channel,
int num,
const gsi_char ** users,
int * modes,
void * param );
RoutineRequired HeaderDistribution
chatNewUserList<chat.h>SDKZIP

Parameters

chat
[in] The initialized chat interface object.
channel
[in] The channel the local player is in.
num
[in] The number of users in the list.
users
[in] List of users.
modes
[in] List of user modes.
param
[in] Pointer to user data. The same param that was passed to chatEnterChannel through the callbacks structure.

Section Reference: Gamespy Chat SDK