Searched refs:SV_CheckBottom (Results 1 – 7 of 7) sorted by relevance
37 qboolean SV_CheckBottom (edict_t *ent) in SV_CheckBottom() function194 if (!SV_CheckBottom (ent)) in SV_movestep()362 if (!SV_CheckBottom (actor)) in SV_NewChaseDir()
359 qboolean SV_CheckBottom (edict_t *ent);
1101 G_FLOAT(OFS_RETURN) = SV_CheckBottom (ent); in PF_checkbottom()
243 qboolean SV_CheckBottom (edict_t *ent);
1277 G_FLOAT(OFS_RETURN) = SV_CheckBottom (ent); in PF_checkbottom()
1408 if (!(ent->u.v.health <= 0.0 && !SV_CheckBottom(ent))) in SV_Physics_Step()