UFO: Alien Invasion
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
teamData_s Struct Reference

#include <mp_callbacks.h>

Data Fields

int teamCount [MAX_TEAMS]
 
int maxteams
 
int maxPlayersPerTeam
 

Detailed Description

Definition at line 30 of file mp_callbacks.h.

Field Documentation

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().

int teamData_s::teamCount[MAX_TEAMS]

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().


The documentation for this struct was generated from the following file: