Macros | |
#define | MAX_CLIP_PLANES 5 |
#define | MOVE_EPSILON 0.01 |
Functions | |
void | SV_AddGravity (edict_t *ent) |
void | SV_CheckVelocity (edict_t *ent) |
int | SV_EntCanSupportJump (edict_t *ent) |
void | SV_FinishGravity (edict_t *ent, vec3_t move) |
int | SV_FlyMove (edict_t *ent, float time, trace_t *steptrace) |
void | SV_Physics (void) |
void | SV_Physics_Toss (edict_t *ent) |
void | SV_ProgStartFrame (void) |
trace_t | SV_PushEntity (edict_t *ent, vec3_t push) |
void | SV_RunNewmis (void) |
qboolean | SV_RunThink (edict_t *ent) |
Variables | |
cvar_t * | sv_friction |
cvar_t * | sv_gravity |
cvar_t * | sv_jump_any |
cvar_t * | sv_maxvelocity |
cvar_t * | sv_stopspeed |
#define MAX_CLIP_PLANES 5 |
#define MOVE_EPSILON 0.01 |
void SV_AddGravity | ( | edict_t * | ent | ) |
void SV_CheckVelocity | ( | edict_t * | ent | ) |
void SV_Physics | ( | void | ) |
void SV_Physics_Toss | ( | edict_t * | ent | ) |
void SV_ProgStartFrame | ( | void | ) |
void SV_RunNewmis | ( | void | ) |
cvar_t* sv_friction |
cvar_t* sv_gravity |
cvar_t* sv_jump_any |
cvar_t* sv_maxvelocity |
cvar_t* sv_stopspeed |