vkQuake2 doxygen  1.0 dev
level_locals_t Struct Reference

#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_tsight_client
 
edict_tsight_entity
 
int sight_entity_framenum
 
edict_tsound_entity
 
int sound_entity_framenum
 
edict_tsound2_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_tcurrent_entity
 
int body_que
 
int power_cubes
 

Detailed Description

Definition at line 303 of file g_local.h.

Member Data Documentation

◆ body_que

int level_locals_t::body_que

Definition at line 340 of file g_local.h.

◆ changemap

char* level_locals_t::changemap

Definition at line 314 of file g_local.h.

Referenced by ExitLevel().

◆ current_entity

edict_t* level_locals_t::current_entity

Definition at line 339 of file g_local.h.

Referenced by G_RunFrame().

◆ exitintermission

int level_locals_t::exitintermission

Definition at line 315 of file g_local.h.

Referenced by ExitLevel(), and G_RunFrame().

◆ found_goals

int level_locals_t::found_goals

Definition at line 334 of file g_local.h.

◆ found_secrets

int level_locals_t::found_secrets

Definition at line 331 of file g_local.h.

◆ framenum

int level_locals_t::framenum

Definition at line 305 of file g_local.h.

Referenced by G_RunFrame().

◆ intermission_angle

vec3_t level_locals_t::intermission_angle

Definition at line 317 of file g_local.h.

◆ intermission_origin

vec3_t level_locals_t::intermission_origin

Definition at line 316 of file g_local.h.

◆ intermissiontime

float level_locals_t::intermissiontime

Definition at line 313 of file g_local.h.

Referenced by CheckDMRules(), and ExitLevel().

◆ killed_monsters

int level_locals_t::killed_monsters

Definition at line 337 of file g_local.h.

◆ level_name

char level_locals_t::level_name[MAX_QPATH]

Definition at line 308 of file g_local.h.

◆ mapname

char level_locals_t::mapname[MAX_QPATH]

Definition at line 309 of file g_local.h.

Referenced by EndDMLevel().

◆ nextmap

char level_locals_t::nextmap[MAX_QPATH]

Definition at line 310 of file g_local.h.

Referenced by CreateTargetChangeLevel(), and EndDMLevel().

◆ pic_health

int level_locals_t::pic_health

Definition at line 328 of file g_local.h.

◆ power_cubes

int level_locals_t::power_cubes

Definition at line 342 of file g_local.h.

◆ sight_client

edict_t* level_locals_t::sight_client

Definition at line 319 of file g_local.h.

◆ sight_entity

edict_t* level_locals_t::sight_entity

Definition at line 321 of file g_local.h.

◆ sight_entity_framenum

int level_locals_t::sight_entity_framenum

Definition at line 322 of file g_local.h.

◆ sound2_entity

edict_t* level_locals_t::sound2_entity

Definition at line 325 of file g_local.h.

◆ sound2_entity_framenum

int level_locals_t::sound2_entity_framenum

Definition at line 326 of file g_local.h.

◆ sound_entity

edict_t* level_locals_t::sound_entity

Definition at line 323 of file g_local.h.

◆ sound_entity_framenum

int level_locals_t::sound_entity_framenum

Definition at line 324 of file g_local.h.

◆ time

float level_locals_t::time

Definition at line 306 of file g_local.h.

Referenced by CheckDMRules(), and G_RunFrame().

◆ total_goals

int level_locals_t::total_goals

Definition at line 333 of file g_local.h.

◆ total_monsters

int level_locals_t::total_monsters

Definition at line 336 of file g_local.h.

◆ total_secrets

int level_locals_t::total_secrets

Definition at line 330 of file g_local.h.