Home
last modified time | relevance | path

Searched refs:SV_CheckBottom (Results 1 – 7 of 7) sorted by relevance

/external/quake/quake/src/QW/server/
Dsv_move.c37 qboolean SV_CheckBottom (edict_t *ent) in SV_CheckBottom() function
194 if (!SV_CheckBottom (ent)) in SV_movestep()
362 if (!SV_CheckBottom (actor)) in SV_NewChaseDir()
Dserver.h359 qboolean SV_CheckBottom (edict_t *ent);
Dpr_cmds.c1101 G_FLOAT(OFS_RETURN) = SV_CheckBottom (ent); in PF_checkbottom()
/external/quake/quake/src/WinQuake/
Dsv_move.cpp37 qboolean SV_CheckBottom (edict_t *ent) in SV_CheckBottom() function
194 if (!SV_CheckBottom (ent)) in SV_movestep()
362 if (!SV_CheckBottom (actor)) in SV_NewChaseDir()
Dserver.h243 qboolean SV_CheckBottom (edict_t *ent);
Dpr_cmds.cpp1277 G_FLOAT(OFS_RETURN) = SV_CheckBottom (ent); in PF_checkbottom()
Dsv_phys.cpp1408 if (!(ent->u.v.health <= 0.0 && !SV_CheckBottom(ent))) in SV_Physics_Step()