UFO: Alien Invasion
|
#include <q_shared.h>
Data Fields | |
char | id [MAX_VAR] |
char | name [MAX_VAR] |
cvarlist_t | cvars [MAX_CVARLISTINGAMETYPE] |
int | num_cvars |
Definition at line 341 of file q_shared.h.
cvarlist_t gametype_s::cvars[MAX_CVARLISTINGAMETYPE] |
Definition at line 344 of file q_shared.h.
Referenced by Com_GameTypeList_f(), Com_ParseGameTypes(), Com_SetGameType(), and GameTest::testCountSpawnpointsForMapInMultiplayerMode().
char gametype_s::id[MAX_VAR] |
script id
Definition at line 342 of file q_shared.h.
Referenced by Com_GameTypeList_f(), Com_ParseGameTypes(), Com_SetGameType(), GAME_MP_InitUI_f(), GAME_MP_MapInfo(), and GameTest::testCountSpawnpointsForMapInMultiplayerMode().
char gametype_s::name[MAX_VAR] |
translated menu name
Definition at line 343 of file q_shared.h.
Referenced by GAME_MP_InitUI_f(), and GAME_MP_MapInfo().
int gametype_s::num_cvars |
Definition at line 345 of file q_shared.h.
Referenced by Com_ParseGameTypes(), and GameTest::testCountSpawnpointsForMapInMultiplayerMode().