#include <g_local.h>
Public Attributes | |
int | framenum |
float | time |
char | level_name [MAX_QPATH] |
char | mapname [MAX_QPATH] |
char | nextmap [MAX_QPATH] |
float | intermissiontime |
char * | changemap |
int | exitintermission |
vec3_t | intermission_origin |
vec3_t | intermission_angle |
edict_t * | sight_client |
edict_t * | sight_entity |
int | sight_entity_framenum |
edict_t * | sound_entity |
int | sound_entity_framenum |
edict_t * | sound2_entity |
int | sound2_entity_framenum |
int | pic_health |
int | total_secrets |
int | found_secrets |
int | total_goals |
int | found_goals |
int | total_monsters |
int | killed_monsters |
edict_t * | current_entity |
int | body_que |
int | power_cubes |
char* level_locals_t::changemap |
Definition at line 312 of file g_local.h.
Referenced by ExitLevel().
edict_t* level_locals_t::current_entity |
Definition at line 337 of file g_local.h.
Referenced by G_RunFrame().
int level_locals_t::exitintermission |
Definition at line 313 of file g_local.h.
Referenced by ExitLevel(), and G_RunFrame().
int level_locals_t::framenum |
Definition at line 303 of file g_local.h.
Referenced by G_RunFrame().
float level_locals_t::intermissiontime |
Definition at line 311 of file g_local.h.
Referenced by CheckDMRules(), and ExitLevel().
char level_locals_t::mapname[MAX_QPATH] |
Definition at line 307 of file g_local.h.
Referenced by EndDMLevel().
char level_locals_t::nextmap[MAX_QPATH] |
Definition at line 308 of file g_local.h.
Referenced by CreateTargetChangeLevel(), and EndDMLevel().
float level_locals_t::time |
Definition at line 304 of file g_local.h.
Referenced by CheckDMRules(), and G_RunFrame().