#include <client.h>
Public Attributes | |
entity_state_t | current |
entity_state_t | prev |
vec3_t | mins |
vec3_t | maxs |
int | serverframe |
int | trailcount |
vec3_t | lerp_origin |
int | fly_stoptime |
int | id |
entity_state_t centity_s::current |
Definition at line 86 of file client.h.
Referenced by build_gamestate(), CL_AddPacketEntities(), CL_ClipMoveToEntities(), CL_DeltaFrame(), CL_FinishViewValues(), CL_GetEntitySoundOrigin(), CL_GTV_EmitFrame(), CL_MuzzleFlash(), CL_MuzzleFlash2(), CL_PointContents(), entity_event(), entity_update(), entity_update_old(), player_update(), and shell_effect_hack().
int centity_s::fly_stoptime |
Definition at line 103 of file client.h.
Referenced by CL_FlyEffect().
int centity_s::id |
Definition at line 105 of file client.h.
Referenced by CL_AddPacketEntities(), and entity_update_new().
vec3_t centity_s::lerp_origin |
Definition at line 94 of file client.h.
Referenced by CL_AddPacketEntities(), entity_update_new(), and entity_update_old().
vec3_t centity_s::maxs |
Definition at line 89 of file client.h.
Referenced by CL_ClipMoveToEntities(), and entity_update().
vec3_t centity_s::mins |
Definition at line 89 of file client.h.
Referenced by CL_ClipMoveToEntities(), and entity_update().
entity_state_t centity_s::prev |
Definition at line 87 of file client.h.
Referenced by CL_AddPacketEntities(), CL_GetEntitySoundOrigin(), entity_update_new(), and entity_update_old().
int centity_s::serverframe |
Definition at line 91 of file client.h.
Referenced by build_gamestate(), CL_FinishViewValues(), CL_GTV_EmitFrame(), entity_new(), entity_update(), player_update(), and shell_effect_hack().
int centity_s::trailcount |
Definition at line 93 of file client.h.
Referenced by CL_DiminishingTrail(), entity_update_new(), and entity_update_old().