46 le_t* actor =
nullptr;
64 cls.i.destroyInventory(&le->
inv);
82 Com_Printf(
"CL_EntPerish: Particle is nullptr for entnum %i!\n", entnum);
int CL_CountVisibleEnemies(void)
Counts visible enemies on the battlescape.
le_t * LE_GetNextInUse(le_t *lastLE)
Iterate through the entities that are in use.
void LE_CenterView(const le_t *le)
Center the camera on the local entity's origin.
le_t * LE_Get(int entnum)
Searches all local entities for the one with the searched entnum.
#define LE_NotFoundWithTypeError(entnum, type)
void CL_ParticleFree(ptl_t *p)
Free a particle and all it's children.
Primary header for client.
void Com_DPrintf(int level, const char *fmt,...)
A Com_Printf that only shows up if the "developer" cvar is set.
void Com_Printf(const char *const fmt,...)
void Cvar_SetValue(const char *varName, float value)
Expands value to a string and calls Cvar_Set.
void CL_EntPerish(const eventRegister_t *self, dbuffer *msg)
Called whenever an entity disappears from view.
void NET_ReadFormat(dbuffer *buf, const char *format,...)
The user-friendly version of NET_ReadFormat that reads variable arguments from a buffer according to ...
QGL_EXTERN GLint GLenum type
Struct that defines one particular event with all its callbacks and data.
const char * formatString
The format string that is used to write and parse this event.
#define VectorCompare(a, b)