DarkPlaces
Game engine based on the Quake 1 engine by id Software, developed by LadyHavoc
 
world_t Struct Reference

#include <world.h>

+ Collaboration diagram for world_t:

Data Fields

link_t areagrid [AREA_GRIDNODES]
 
vec3_t areagrid_bias
 
int areagrid_marknumber
 
vec3_t areagrid_maxs
 
vec3_t areagrid_mins
 
link_t areagrid_outside
 
vec3_t areagrid_scale
 
vec3_t areagrid_size
 
int areagrid_stats_calls
 
int areagrid_stats_entitychecks
 
int areagrid_stats_nodechecks
 
char filename [MAX_QPATH]
 
vec3_t maxs
 
vec3_t mins
 
world_physics_t physics
 
struct prvm_prog_s * prog
 

Detailed Description

Definition at line 67 of file world.h.

Field Documentation

◆ areagrid

link_t world_t::areagrid[AREA_GRIDNODES]

Definition at line 79 of file world.h.

◆ areagrid_bias

vec3_t world_t::areagrid_bias

Definition at line 81 of file world.h.

◆ areagrid_marknumber

int world_t::areagrid_marknumber

Definition at line 86 of file world.h.

◆ areagrid_maxs

vec3_t world_t::areagrid_maxs

Definition at line 84 of file world.h.

◆ areagrid_mins

vec3_t world_t::areagrid_mins

Definition at line 83 of file world.h.

◆ areagrid_outside

link_t world_t::areagrid_outside

Definition at line 80 of file world.h.

◆ areagrid_scale

vec3_t world_t::areagrid_scale

Definition at line 82 of file world.h.

◆ areagrid_size

vec3_t world_t::areagrid_size

Definition at line 85 of file world.h.

◆ areagrid_stats_calls

int world_t::areagrid_stats_calls

Definition at line 75 of file world.h.

◆ areagrid_stats_entitychecks

int world_t::areagrid_stats_entitychecks

Definition at line 77 of file world.h.

◆ areagrid_stats_nodechecks

int world_t::areagrid_stats_nodechecks

Definition at line 76 of file world.h.

◆ filename

char world_t::filename[MAX_QPATH]

Definition at line 70 of file world.h.

◆ maxs

vec3_t world_t::maxs

Definition at line 72 of file world.h.

Referenced by CL_VM_Init(), and SV_SpawnServer().

◆ mins

vec3_t world_t::mins

Definition at line 71 of file world.h.

Referenced by CL_VM_Init(), and SV_SpawnServer().

◆ physics

world_physics_t world_t::physics

Definition at line 89 of file world.h.

◆ prog

struct prvm_prog_s* world_t::prog

Definition at line 73 of file world.h.

Referenced by SV_VM_ConsoleCommand().


The documentation for this struct was generated from the following file: