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

#include <server.h>

Data Fields

bool pending
 
int playerMask
 
int type
 
int entnum
 
dbufferbuf
 

Detailed Description

Definition at line 66 of file server.h.

Field Documentation

int pending_event_s::entnum

Definition at line 72 of file server.h.

Referenced by SV_AddEvent(), SV_GetEventEdict(), and SV_QueueEvent().

bool pending_event_s::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_s::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_s::type

Definition at line 71 of file server.h.

Referenced by SV_AddEvent(), SV_GetEvent(), and SV_QueueEvent().


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