Public Attributes | |
| int | axis |
| float | dist |
| struct areanode_s * | children [2] |
| list_t | trigger_edicts |
| list_t | solid_edicts |
| int areanode_s::axis |
Definition at line 32 of file world.c.
Referenced by PF_LinkEdict(), SV_AreaEdicts_r(), and SV_CreateAreaNode().
| 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().
| float areanode_s::dist |
Definition at line 33 of file world.c.
Referenced by PF_LinkEdict(), R_AddDynamicLights(), R_AliasCheckFrameBBox(), R_MarkLights_r(), SV_AreaEdicts_r(), and SV_CreateAreaNode().
| list_t areanode_s::solid_edicts |
Definition at line 36 of file world.c.
Referenced by PF_LinkEdict(), SV_AreaEdicts_r(), and SV_CreateAreaNode().
| list_t areanode_s::trigger_edicts |
Definition at line 35 of file world.c.
Referenced by PF_LinkEdict(), SV_AreaEdicts_r(), and SV_CreateAreaNode().