|
UFO: Alien Invasion
|
#include <cgame.h>

Data Fields | |
| char | id [MAX_VAR] |
| char | window [MAX_VAR] |
| char | name [MAX_VAR] |
| linkedList_t * | equipmentList |
| linkedList_t* cgameType_t::equipmentList |
the list of valid equipment definitions for this gametype - if this is nullptr, every equipment may be used
Definition at line 88 of file cgame.h.
Referenced by GAME_GetCGameAPI().
| char cgameType_t::id[MAX_VAR] |
the id is also the file basename
Definition at line 85 of file cgame.h.
Referenced by GAME_GetCGameAPI(), and GAME_ParseModes().
| char cgameType_t::name[MAX_VAR] |
| char cgameType_t::window[MAX_VAR] |
the ui window id where this game type should become active for
Definition at line 86 of file cgame.h.
Referenced by GAME_GetCGameAPI_(), GAME_InitUIData(), and GAME_SetMode_f().