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