UFO: Alien Invasion
Loading...
Searching...
No Matches
e_event_addedict.cpp File Reference
Include dependency graph for e_event_addedict.cpp:

Go to the source code of this file.

Functions

static bool CL_AddEdictFunc (le_t *le, entity_t *ent)
 Draw the bounding boxes for the server side edicts.
void CL_AddEdict (const eventRegister_t *self, dbuffer *msg)
 Adds server side edicts to the client for displaying them.

Function Documentation

◆ CL_AddEdict()

void CL_AddEdict ( const eventRegister_t * self,
dbuffer * msg )

◆ CL_AddEdictFunc()

bool CL_AddEdictFunc ( le_t * le,
entity_t * ent )
static

Draw the bounding boxes for the server side edicts.

Definition at line 33 of file e_event_addedict.cpp.

References le_t::aabb, entity_t::alpha, entity_t::color, entity_t::eBox, entity_t::flags, le_t::origin, R_EntitySetOrigin(), RF_BOX, AABB::set(), and VectorSet.

Referenced by CL_AddEdict().