Home
last modified time | relevance | path

Searched refs:SV_movestep (Results 1 – 6 of 6) sorted by relevance

/external/quake/quake/src/QW/server/
Dsv_move.c110 qboolean SV_movestep (edict_t *ent, vec3_t move, qboolean relink) in SV_movestep() function
247 if (SV_movestep (ent, move, false)) in SV_StepDirection()
Dserver.h360 qboolean SV_movestep (edict_t *ent, vec3_t move, qboolean relink);
Dpr_cmds.c998 G_FLOAT(OFS_RETURN) = SV_movestep(ent, move, true); in PF_walkmove()
/external/quake/quake/src/WinQuake/
Dsv_move.cpp110 qboolean SV_movestep (edict_t *ent, vec3_t move, qboolean relink) in SV_movestep() function
247 if (SV_movestep (ent, move, false)) in SV_StepDirection()
Dserver.h244 qboolean SV_movestep (edict_t *ent, vec3_t move, qboolean relink);
Dpr_cmds.cpp1174 G_FLOAT(OFS_RETURN) = SV_movestep(ent, move, true); in PF_walkmove()