#include <client.h>
Public Attributes | |
unsigned | sent |
unsigned | rcvd |
unsigned | cmdNumber |
unsigned client_history_t::cmdNumber |
Definition at line 125 of file client.h.
Referenced by CL_CheckPredictionError(), CL_PredictMovement(), CL_SendBatchedCmd(), CL_SendDefaultCmd(), CL_SendKeepAlive(), and SCR_LagSample().
unsigned client_history_t::rcvd |
Definition at line 124 of file client.h.
Referenced by CL_MeasureStats(), CL_SendBatchedCmd(), CL_SendDefaultCmd(), CL_SendKeepAlive(), and SCR_LagSample().
unsigned client_history_t::sent |
Definition at line 123 of file client.h.
Referenced by CL_MeasureStats(), CL_ParseFrame(), CL_SendBatchedCmd(), CL_SendDefaultCmd(), CL_SendKeepAlive(), and SCR_LagSample().