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