Quake II RTX doxygen  1.0 dev
centity_s Struct Reference

#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
 

Detailed Description

Definition at line 85 of file client.h.

Member Data Documentation

◆ current

◆ fly_stoptime

int centity_s::fly_stoptime

Definition at line 103 of file client.h.

Referenced by CL_FlyEffect().

◆ id

int centity_s::id

Definition at line 105 of file client.h.

Referenced by CL_AddPacketEntities(), and entity_update_new().

◆ lerp_origin

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().

◆ maxs

vec3_t centity_s::maxs

Definition at line 89 of file client.h.

Referenced by CL_ClipMoveToEntities(), and entity_update().

◆ mins

vec3_t centity_s::mins

Definition at line 89 of file client.h.

Referenced by CL_ClipMoveToEntities(), and entity_update().

◆ prev

entity_state_t centity_s::prev

◆ serverframe

int centity_s::serverframe

◆ trailcount

int centity_s::trailcount

Definition at line 93 of file client.h.

Referenced by CL_DiminishingTrail(), entity_update_new(), and entity_update_old().