Typedefs | |
| typedef struct ucmd_s | ucmd_t |
Functions | |
| void * | SV_AddUserCommand (const char *name, void(*func)(void *userdata), int flags, void *userdata, void(*on_free)(void *userdata)) |
| void | SV_ExecuteClientMessage (client_t *cl) |
| void | SV_ExecuteUserCommand (const char *s) |
| void | SV_PostRunCmd (void) |
| void | SV_PreRunCmd (void) |
| int | SV_RemoveUserCommand (void *cmd) |
| void | SV_RunCmd (usercmd_t *ucmd, qboolean inside) |
| void | SV_SetupUserCommands (void) |
| void | SV_SetUserinfo (client_t *client, const char *key, const char *value) |
| void | SV_Spawn (client_t *client) |
| void | SV_TogglePause (const char *msg) |
| void | SV_UserInit (void) |
| void | SV_WriteModellist (netchan_t *netchan, int n) |
| void | SV_WriteSoundlist (netchan_t *netchan, int n) |
| void | SV_WriteSpawn1 (backbuf_t *backbuf, int n) |
| void | SV_WriteSpawn2 (backbuf_t *backbuf) |
| void | SV_WriteWorldVars (netchan_t *netchan) |
| typedef struct ucmd_s ucmd_t |
| void* SV_AddUserCommand | ( | const char * | name, |
| void(*)(void *userdata) | func, | ||
| int | flags, | ||
| void * | userdata, | ||
| void(*)(void *userdata) | on_free | ||
| ) |
| void SV_ExecuteClientMessage | ( | client_t * | cl | ) |
| void SV_ExecuteUserCommand | ( | const char * | s | ) |
| void SV_PostRunCmd | ( | void | ) |
| void SV_PreRunCmd | ( | void | ) |
| int SV_RemoveUserCommand | ( | void * | cmd | ) |
| void SV_SetupUserCommands | ( | void | ) |
| void SV_Spawn | ( | client_t * | client | ) |
| void SV_TogglePause | ( | const char * | msg | ) |
| void SV_UserInit | ( | void | ) |
| void SV_WriteSpawn2 | ( | backbuf_t * | backbuf | ) |
| void SV_WriteWorldVars | ( | netchan_t * | netchan | ) |
| cvar_t* cl_rollangle |
| cvar_t* cl_rollspeed |
| usercmd_t cmd |
| byte playertouch[(MAX_EDICTS+7)/8] |
| vec3_t pmove_maxs |
| vec3_t pmove_mins |
| cvar_t* sv_accelerate |
| cvar_t* sv_airaccelerate |
| cvar_t* sv_allowfake |
| cvar_t* sv_antilag |
| cvar_t* sv_antilag_frac |
| cvar_t* sv_http_url_base |
| cvar_t* sv_kickfake |
| cvar_t* sv_mapcheck |
| cvar_t* sv_maxspeed |
| edict_t* sv_player |
| cvar_t* sv_spectalk |
| cvar_t* sv_spectatormaxspeed |
| cvar_t* sv_timecheck_decay |
| cvar_t* sv_timecheck_fuzz |
| cvar_t* sv_timecheck_mode |
| cvar_t* sv_timekick |
| cvar_t* sv_timekick_fuzz |
| cvar_t* sv_timekick_interval |
| cvar_t* sv_wateraccelerate |
| cvar_t* sv_waterfriction |
| int(* ucmd_unknown)(void) |
| ucmd_t ucmds[] |