]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - server.h
changed MOVETYPE_STEP and MOVETYPE_WALK to match Quake behavior (unable
[xonotic/darkplaces.git] / server.h
index ce3fcfa19ede703f5544a78189bb3ec6106989fc..669174bc42ff785c66cd4b03f6ed9d9b9af6c54d 100644 (file)
--- a/server.h
+++ b/server.h
@@ -566,6 +566,10 @@ void SV_LinkEdict_TouchAreaGrid_Call(prvm_edict_t *touch, prvm_edict_t *ent); //
  * returns true if it found a better place
  */
 qboolean SV_UnstickEntity (prvm_edict_t *ent);
+/*! move an entity that is stuck out of the surface it is stuck in (can move large amounts)
+ * returns true if it found a better place
+ */
+qboolean SV_NudgeOutOfSolid(prvm_edict_t *ent);
 
 /// calculates hitsupercontentsmask for a generic qc entity
 int SV_GenericHitSuperContentsMask(const prvm_edict_t *edict);