UFO: Alien Invasion
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
sv_edict_s Struct Reference

#include <server.h>

Data Fields

struct worldSector_sworldSector
 
struct sv_edict_snextEntityInWorldSector
 
bool linked
 
edict_tent
 

Detailed Description

Definition at line 39 of file server.h.

Field Documentation

edict_t* sv_edict_s::ent

Definition at line 43 of file server.h.

Referenced by SV_AreaEdicts_r(), SV_GetEventEdict(), and SV_LinkEdict().

bool sv_edict_s::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_s::nextEntityInWorldSector

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().


The documentation for this struct was generated from the following file: