#include "../../../../client.h"
#include "../../../cl_localentity.h"
#include "e_event_addedict.h"
Go to the source code of this file.
Functions | |
static qboolean | CL_AddEdictFunc (le_t *le, entity_t *ent) |
Draw the bounding boxes for the server side edicts. | |
void | CL_AddEdict (const eventRegister_t *self, struct dbuffer *msg) |
Adds server side edicts to the client for displaying them. |
Definition in file e_event_addedict.c.
void CL_AddEdict | ( | const eventRegister_t * | self, | |
struct dbuffer * | msg | |||
) |
Adds server side edicts to the client for displaying them.
Definition at line 49 of file e_event_addedict.c.
References le_s::addFunc, CL_AddEdictFunc(), Com_DPrintf(), DEBUG_CLIENT, le_s::inuse, LE_Add(), LE_Get(), MAX_EDICTS, le_s::maxs, model_s::maxs, le_s::mins, model_s::mins, NET_ReadFormat(), qtrue, le_s::type, type, and VectorCopy.
Draw the bounding boxes for the server side edicts.
Definition at line 33 of file e_event_addedict.c.
References le_s::maxs, le_s::mins, le_s::origin, qtrue, R_EntitySetOrigin(), RF_BOX, VectorCopy, and VectorSet.
Referenced by CL_AddEdict().