UFO: Alien Invasion
Loading...
Searching...
No Matches
e_parse.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

event_t CL_ParseEvent (dbuffer *msg)
 Called in case a svc_event was send via the network buffer.
int CL_ClearBattlescapeEvents (void)
void CL_BlockBattlescapeEvents (bool block)
 Adds the ability to block battlescape event execution until something other is finished. E.g. camera movement.

Variables

cvar_tcl_log_battlescape_events

Function Documentation

◆ CL_BlockBattlescapeEvents()

void CL_BlockBattlescapeEvents ( bool block)

Adds the ability to block battlescape event execution until something other is finished. E.g. camera movement.

Parameters
blocktrue to block the execution of other events until you unblock the event execution again, false to unblock the event execution.

Definition at line 83 of file e_parse.cpp.

References cl, Com_DPrintf(), and DEBUG_EVENTSYS.

Referenced by CL_CameraMove(), CL_CameraRoute(), and CL_ClearBattlescapeEvents().

◆ CL_ClearBattlescapeEvents()

int CL_ClearBattlescapeEvents ( void )

◆ CL_ParseEvent()

Variable Documentation

◆ cl_log_battlescape_events

cvar_t* cl_log_battlescape_events
extern

Definition at line 47 of file e_parse.cpp.

Referenced by CL_InitLocal(), and CL_LogEvent().