DarkPlaces
Game engine based on the Quake 1 engine by id Software, developed by LadyHavoc
 
entity_persistent_t Struct Reference

#include <client.h>

+ Collaboration diagram for entity_persistent_t:

Data Fields

vec_t lerpdeltatime
 
vec_t lerpstarttime
 
float muzzleflash
 
vec3_t newangles
 
vec3_t neworigin
 
vec3_t oldangles
 
vec3_t oldorigin
 
qbool trail_allowed
 
vec3_t trail_origin
 
float trail_time
 

Detailed Description

Definition at line 449 of file client.h.

Field Documentation

◆ lerpdeltatime

vec_t entity_persistent_t::lerpdeltatime

◆ lerpstarttime

vec_t entity_persistent_t::lerpstarttime

Definition at line 456 of file client.h.

Referenced by CL_MoveLerpEntityStates(), and CL_UpdateNetworkEntity().

◆ muzzleflash

float entity_persistent_t::muzzleflash

◆ newangles

vec3_t entity_persistent_t::newangles

Definition at line 455 of file client.h.

Referenced by CL_MoveLerpEntityStates(), and CL_UpdateNetworkEntity().

◆ neworigin

vec3_t entity_persistent_t::neworigin

Definition at line 454 of file client.h.

Referenced by CL_MoveLerpEntityStates(), and CL_UpdateNetworkEntity().

◆ oldangles

vec3_t entity_persistent_t::oldangles

Definition at line 453 of file client.h.

Referenced by CL_MoveLerpEntityStates(), and CL_UpdateNetworkEntity().

◆ oldorigin

vec3_t entity_persistent_t::oldorigin

Definition at line 452 of file client.h.

Referenced by CL_MoveLerpEntityStates(), and CL_UpdateNetworkEntity().

◆ trail_allowed

qbool entity_persistent_t::trail_allowed

Definition at line 460 of file client.h.

Referenced by CL_MoveLerpEntityStates(), CL_UpdateNetworkEntityTrail(), and V_CalcRefdef().

◆ trail_origin

vec3_t entity_persistent_t::trail_origin

Definition at line 451 of file client.h.

Referenced by CL_UpdateNetworkEntityTrail().

◆ trail_time

float entity_persistent_t::trail_time

Definition at line 459 of file client.h.

Referenced by CL_ParticleEffect_Fallback().


The documentation for this struct was generated from the following file: