icculus quake2 doxygen  1.0 dev
areanode_s Struct Reference

Public Attributes

int axis
 
float dist
 
struct areanode_schildren [2]
 
link_t trigger_edicts
 
link_t solid_edicts
 

Detailed Description

Definition at line 40 of file sv_world.c.

Member Data Documentation

◆ axis

int areanode_s::axis

Definition at line 42 of file sv_world.c.

Referenced by RawValuePointer(), SV_AreaEdicts_r(), SV_CreateAreaNode(), and SV_LinkEdict().

◆ children

struct areanode_s* areanode_s::children[2]

Definition at line 44 of file sv_world.c.

Referenced by SV_AreaEdicts_r(), SV_CreateAreaNode(), and SV_LinkEdict().

◆ dist

float areanode_s::dist

Definition at line 43 of file sv_world.c.

Referenced by SV_AreaEdicts_r(), SV_CreateAreaNode(), and SV_LinkEdict().

◆ solid_edicts

link_t areanode_s::solid_edicts

Definition at line 46 of file sv_world.c.

Referenced by SV_AreaEdicts_r(), SV_CreateAreaNode(), and SV_LinkEdict().

◆ trigger_edicts

link_t areanode_s::trigger_edicts

Definition at line 45 of file sv_world.c.

Referenced by SV_AreaEdicts_r(), SV_CreateAreaNode(), and SV_LinkEdict().