#include <g_local.h>
Public Attributes | |
char | helpmessage1 [512] |
char | helpmessage2 [512] |
int | helpchanged |
gclient_t * | clients |
char | spawnpoint [512] |
int | maxclients |
int | maxentities |
int | serverflags |
int | num_items |
qboolean | autosaved |
qboolean game_locals_t::autosaved |
Definition at line 289 of file g_local.h.
Referenced by BeginIntermission(), ClientConnect(), and WriteGame().
gclient_t* game_locals_t::clients |
Definition at line 273 of file g_local.h.
Referenced by CheckDMRules(), ClientBegin(), ClientConnect(), Cmd_Players_f(), DeathmatchScoreboardMessage(), InitGame(), PlayerSort(), PutClientInServer(), read_field(), ReadGame(), ReadLevel(), SaveClientData(), SelectCoopSpawnPoint(), SpawnEntities(), write_field(), and WriteGame().
int game_locals_t::helpchanged |
Definition at line 270 of file g_local.h.
Referenced by Cmd_Help_f(), G_SetClientSound(), and Use_Target_Help().
char game_locals_t::helpmessage1[512] |
Definition at line 268 of file g_local.h.
Referenced by HelpComputer(), InitGame(), and Use_Target_Help().
char game_locals_t::helpmessage2[512] |
Definition at line 269 of file g_local.h.
Referenced by HelpComputer(), InitGame(), and Use_Target_Help().
int game_locals_t::maxclients |
Definition at line 280 of file g_local.h.
Referenced by AI_SetSightClient(), ClientBegin(), ClientConnect(), Cmd_Say_f(), CopyToBodyQue(), DeathmatchScoreboardMessage(), G_Spawn(), InitGame(), read_field(), ReadGame(), SaveClientData(), SpawnEntities(), target_actor_touch(), trigger_key_use(), write_field(), and WriteGame().
int game_locals_t::maxentities |
Definition at line 281 of file g_local.h.
Referenced by G_Spawn(), InitGame(), read_field(), ReadGame(), ReadLevel(), and SpawnEntities().
int game_locals_t::num_items |
Definition at line 287 of file g_local.h.
Referenced by Cmd_Give_f(), ED_CallSpawn(), FindItem(), FindItemByClassname(), GetItemByIndex(), InitItems(), player_die(), read_field(), SetItemNames(), and write_field().
int game_locals_t::serverflags |
Definition at line 284 of file g_local.h.
Referenced by target_crosslevel_target_think(), trigger_crosslevel_trigger_use(), and use_target_changelevel().
char game_locals_t::spawnpoint[512] |
Definition at line 277 of file g_local.h.
Referenced by SelectCoopSpawnPoint(), SelectSpawnPoint(), and SpawnEntities().