#include <client.h>
| Public Attributes | |
| qboolean | valid | 
| int | serverframe | 
| int | servertime | 
| int | deltaframe | 
| byte | areabits [MAX_MAP_AREAS/8] | 
| player_state_t | playerstate | 
| int | num_entities | 
| int | parse_entities | 
| byte frame_t::areabits[MAX_MAP_AREAS/8] | 
Definition at line 69 of file client.h.
Referenced by CL_ParseFrame(), and V_RenderView().
| int frame_t::deltaframe | 
Definition at line 68 of file client.h.
Referenced by CL_ParseFrame().
| int frame_t::num_entities | 
Definition at line 71 of file client.h.
Referenced by CL_AddPacketEntities(), CL_ClipMoveToEntities(), CL_DeltaEntity(), CL_FireEntityEvents(), CL_ParsePacketEntities(), CL_PMpointcontents(), and S_AddLoopSounds().
| int frame_t::parse_entities | 
Definition at line 72 of file client.h.
Referenced by CL_AddPacketEntities(), CL_ClipMoveToEntities(), CL_FireEntityEvents(), CL_ParseFrame(), CL_ParsePacketEntities(), CL_PMpointcontents(), and S_AddLoopSounds().
| player_state_t frame_t::playerstate | 
Definition at line 70 of file client.h.
Referenced by CL_AddPlayerBeams(), CL_CalcViewValues(), CL_CheckPredictionError(), CL_ClampPitch(), CL_DrawInventory(), CL_ParseFrame(), CL_ParsePlayerstate(), CL_PredictMovement(), IN_CenterView(), Key_Event(), SCR_DrawLayout(), SCR_ExecuteLayoutString(), SCR_UpdateScreen(), and V_RenderView().
| int frame_t::serverframe | 
Definition at line 66 of file client.h.
Referenced by CL_AddPlayerBeams(), CL_CalcViewValues(), CL_CheckPredictionError(), CL_DeltaEntity(), CL_ParseFrame(), CL_SendCmd(), and SCR_ExecuteLayoutString().
| int frame_t::servertime | 
Definition at line 67 of file client.h.
Referenced by CL_AddEntities(), CL_ParseFrame(), CL_ParseTEnt(), CL_SmokeAndFlash(), and S_StartSound().
| qboolean frame_t::valid | 
Definition at line 65 of file client.h.
Referenced by CL_AddPlayerBeams(), CL_CalcViewValues(), CL_ParseFrame(), CL_SendCmd(), and V_RenderView().