|
UFO: Alien Invasion
|

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. | |
| void CL_AddEdict | ( | const eventRegister_t * | self, |
| dbuffer * | msg ) |
Adds server side edicts to the client for displaying them.
Definition at line 48 of file e_event_addedict.cpp.
References le_t::aabb, le_t::addFunc, CL_AddEdictFunc(), Com_DPrintf(), DEBUG_CLIENT, eventRegister_t::formatString, le_t::inuse, LE_Add(), LE_Get(), MAX_EDICTS, AABB::maxs, AABB::mins, NET_ReadFormat(), AABB::set(), le_t::type, and type.
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().