UFO: Alien Invasion
|
#include <mp_callbacks.h>
Data Fields | |
int | teamCount [MAX_TEAMS] |
int | maxteams |
int | maxPlayersPerTeam |
Definition at line 30 of file mp_callbacks.h.
int teamData_s::maxPlayersPerTeam |
max players per team
Definition at line 33 of file mp_callbacks.h.
Referenced by GAME_MP_ParseTeamInfoMessage(), and GAME_MP_SetTeamNum().
int teamData_s::maxteams |
Definition at line 32 of file mp_callbacks.h.
Referenced by GAME_MP_ParseTeamInfoMessage(), and GAME_MP_TeamNum_f().
team counter - parsed from server data 'teaminfo'
Definition at line 31 of file mp_callbacks.h.
Referenced by GAME_MP_ParseTeamInfoMessage(), and GAME_MP_SetTeamNum().