UFO: Alien Invasion
teamData_t Struct Reference

#include <mp_callbacks.h>

Collaboration diagram for teamData_t:
Collaboration graph

Data Fields

int teamCount [MAX_TEAMS]
 
int maxteams
 
int maxPlayersPerTeam
 

Detailed Description

Definition at line 30 of file mp_callbacks.h.

Field Documentation

◆ maxPlayersPerTeam

int teamData_t::maxPlayersPerTeam

max players per team

Definition at line 33 of file mp_callbacks.h.

Referenced by GAME_MP_ParseTeamInfoMessage(), and GAME_MP_SetTeamNum().

◆ maxteams

int teamData_t::maxteams

Definition at line 32 of file mp_callbacks.h.

Referenced by GAME_MP_ParseTeamInfoMessage(), and GAME_MP_TeamNum_f().

◆ teamCount

int teamData_t::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: