UFO: Alien Invasion
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
e_parse.h File Reference

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. More...
 
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. More...
 

Variables

cvar_tcl_log_battlescape_events
 

Function Documentation

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(), DEBUG_EVENTSYS, and clientBattleScape_s::eventsBlocked.

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

int CL_ClearBattlescapeEvents ( void  )

Variable Documentation

cvar_t* cl_log_battlescape_events

Definition at line 47 of file e_parse.cpp.

Referenced by CL_InitLocal().