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

/external/quake/quake/src/WinQuake/
H A Dserver.h244 qboolean SV_movestep (edict_t *ent, vec3_t move, qboolean relink);
H A Dsv_move.cpp102 SV_movestep
110 qboolean SV_movestep (edict_t *ent, vec3_t move, qboolean relink) function
247 if (SV_movestep (ent, move, false))
H A Dpr_cmds.cpp1170 // save program state, because SV_movestep may call other progs
1174 G_FLOAT(OFS_RETURN) = SV_movestep(ent, move, true);
/external/quake/quake/src/QW/server/
H A Dsv_move.c102 SV_movestep
110 qboolean SV_movestep (edict_t *ent, vec3_t move, qboolean relink) function
247 if (SV_movestep (ent, move, false))
H A Dserver.h360 qboolean SV_movestep (edict_t *ent, vec3_t move, qboolean relink);
H A Dpr_cmds.c994 // save program state, because SV_movestep may call other progs
998 G_FLOAT(OFS_RETURN) = SV_movestep(ent, move, true);

Completed in 290 milliseconds