Quake II RTX doxygen  1.0 dev
areanode_s Struct Reference

Public Attributes

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

Detailed Description

Definition at line 31 of file world.c.

Member Data Documentation

◆ axis

int areanode_s::axis

Definition at line 32 of file world.c.

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

◆ children

struct areanode_s* areanode_s::children[2]

Definition at line 34 of file world.c.

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

◆ dist

float areanode_s::dist

◆ solid_edicts

list_t areanode_s::solid_edicts

Definition at line 36 of file world.c.

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

◆ trigger_edicts

list_t areanode_s::trigger_edicts

Definition at line 35 of file world.c.

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