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

Data Fields | |
| bool | pending |
| int | playerMask |
| int | type |
| int | entnum |
| dbuffer * | buf |
| dbuffer* pending_event_t::buf |
Definition at line 73 of file server.h.
Referenced by SV_AbortEvents(), SV_AddEvent(), SV_EndEvents(), SV_QueueEvent(), and SV_SendQueuedEvents().
| int pending_event_t::entnum |
Definition at line 72 of file server.h.
Referenced by SV_AddEvent(), SV_GetEventEdict(), and SV_QueueEvent().
| bool pending_event_t::pending |
this is true when there was an event - and false if the event reached the end
Definition at line 68 of file server.h.
Referenced by SV_AbortEvents(), SV_AddEvent(), SV_EndEvents(), SV_GetEvent(), SV_GetEventEdict(), and SV_QueueEvent().
| int pending_event_t::playerMask |
player mask of the current event
Definition at line 70 of file server.h.
Referenced by SV_AddEvent(), SV_EndEvents(), SV_QueueEvent(), and SV_SendQueuedEvents().
| int pending_event_t::type |
Definition at line 71 of file server.h.
Referenced by SV_AddEvent(), SV_GetEvent(), and SV_QueueEvent().