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

#include <server.h>

Collaboration diagram for pending_event_t:
Collaboration graph

Data Fields

bool pending
int playerMask
int type
int entnum
dbufferbuf

Detailed Description

Definition at line 66 of file server.h.

Field Documentation

◆ buf

dbuffer* pending_event_t::buf

◆ entnum

int pending_event_t::entnum

Definition at line 72 of file server.h.

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

◆ pending

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

◆ playerMask

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

◆ type

int pending_event_t::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: