Functions | |
void | CL_ClearState (void) |
void | CL_Disconnect (void) |
void | CL_Disconnect_f (void) |
void | CL_EstablishConnection (const char *host) |
void | CL_Init (cbuf_t *cbuf) |
void | CL_InitCvars (void) |
void | CL_NextDemo (void) |
int | CL_ReadFromServer (void) |
void | CL_SendCmd (void) |
void | CL_SetState (cactive_t state) |
void | CL_Shutdown (void) |
void | CL_SignonReply (void) |
Variables | |
client_state_t | cl |
cvar_t * | cl_color |
cvar_t * | cl_cshift_bonus |
cvar_t * | cl_cshift_contents |
cvar_t * | cl_cshift_damage |
cvar_t * | cl_cshift_powerup |
cvar_t * | cl_name |
cvar_t * | cl_nolerp |
cvar_t * | cl_shownet |
cvar_t * | cl_writecfg |
client_static_t | cls |
int | fps_count |
cvar_t * | hud_fps |
cvar_t * | hud_time |
cvar_t * | lookspring |
cvar_t * | m_forward |
cvar_t * | m_pitch |
cvar_t * | m_side |
cvar_t * | m_yaw |
void CL_ClearState | ( | void | ) |
void CL_Disconnect | ( | void | ) |
void CL_Disconnect_f | ( | void | ) |
void CL_EstablishConnection | ( | const char * | host | ) |
void CL_Init | ( | cbuf_t * | cbuf | ) |
void CL_InitCvars | ( | void | ) |
void CL_NextDemo | ( | void | ) |
int CL_ReadFromServer | ( | void | ) |
void CL_SendCmd | ( | void | ) |
void CL_SetState | ( | cactive_t | state | ) |
void CL_Shutdown | ( | void | ) |
void CL_SignonReply | ( | void | ) |
cvar_t* cl_color |
cvar_t* cl_cshift_bonus |
cvar_t* cl_cshift_contents |
cvar_t* cl_cshift_damage |
cvar_t* cl_cshift_powerup |
cvar_t* cl_name |
cvar_t* cl_nolerp |
cvar_t* cl_shownet |
cvar_t* cl_writecfg |
client_static_t cls |
int fps_count |
cvar_t* hud_fps |
cvar_t* hud_time |
cvar_t* lookspring |
cvar_t* m_forward |
cvar_t* m_pitch |
cvar_t* m_side |
cvar_t* m_yaw |