|
UFO: Alien Invasion
|
#include <server.h>

Data Fields | |
| struct worldSector_s * | worldSector |
| struct sv_edict_s * | nextEntityInWorldSector |
| bool | linked |
| edict_t * | ent |
| edict_t* sv_edict_t::ent |
Definition at line 43 of file server.h.
Referenced by SV_AreaEdicts_r(), SV_GetEventEdict(), and SV_LinkEdict().
| bool sv_edict_t::linked |
linked into the world
Definition at line 42 of file server.h.
Referenced by SV_LinkEdict(), and SV_UnlinkEdict().
| struct sv_edict_s* sv_edict_t::nextEntityInWorldSector |
Definition at line 41 of file server.h.
Referenced by SV_AreaEdicts_r(), SV_LinkEdict(), and SV_UnlinkEdict().
| struct worldSector_s* sv_edict_t::worldSector |
the sector this edict is linked into
Definition at line 40 of file server.h.
Referenced by SV_LinkEdict(), and SV_UnlinkEdict().