UFO: Alien Invasion
Loading...
Searching...
No Matches
sv_edict_t Struct Reference

#include <server.h>

Collaboration diagram for sv_edict_t:
Collaboration graph

Data Fields

struct worldSector_s * worldSector
struct sv_edict_s * nextEntityInWorldSector
bool linked
edict_tent

Detailed Description

Definition at line 39 of file server.h.

Field Documentation

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

◆ linked

bool sv_edict_t::linked

linked into the world

Definition at line 42 of file server.h.

Referenced by SV_LinkEdict(), and SV_UnlinkEdict().

◆ nextEntityInWorldSector

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

◆ worldSector

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


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