Public Attributes | |
int | axis |
float | dist |
struct areanode_s * | children [2] |
link_t | trigger_edicts |
link_t | solid_edicts |
Definition at line 41 of file sv_world.c.
int areanode_s::axis |
Definition at line 43 of file sv_world.c.
Referenced by RawValuePointer(), SV_AreaEdicts_r(), SV_CreateAreaNode(), and SV_LinkEdict().
struct areanode_s* areanode_s::children[2] |
Definition at line 45 of file sv_world.c.
Referenced by SV_AreaEdicts_r(), SV_CreateAreaNode(), and SV_LinkEdict().
float areanode_s::dist |
Definition at line 44 of file sv_world.c.
Referenced by SV_AreaEdicts_r(), SV_CreateAreaNode(), and SV_LinkEdict().
link_t areanode_s::solid_edicts |
Definition at line 47 of file sv_world.c.
Referenced by SV_AreaEdicts_r(), SV_CreateAreaNode(), and SV_LinkEdict().
link_t areanode_s::trigger_edicts |
Definition at line 46 of file sv_world.c.
Referenced by SV_AreaEdicts_r(), SV_CreateAreaNode(), and SV_LinkEdict().