#include <common.h>
Data Fields | |
char | id [MAX_VAR] |
char | name [MAX_VAR] |
struct cvarlist_s | cvars [MAX_CVARLISTINGAMETYPE] |
int | num_cvars |
Definition at line 256 of file common.h.
struct cvarlist_s gametype_s::cvars[MAX_CVARLISTINGAMETYPE] |
Definition at line 259 of file common.h.
Referenced by Com_GameTypeList_f(), Com_ParseGameTypes(), and Com_SetGameType().
char gametype_s::id[MAX_VAR] |
script id
Definition at line 257 of file common.h.
Referenced by Com_GameTypeList_f(), Com_ParseGameTypes(), Com_SetGameType(), and GAME_MP_ChangeGametype_f().
char gametype_s::name[MAX_VAR] |
Definition at line 260 of file common.h.
Referenced by Com_ParseGameTypes().