Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/entity.h')
-rw-r--r--src/core/entity.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/core/entity.h b/src/core/entity.h
index adeac0f..a1de121 100644
--- a/src/core/entity.h
+++ b/src/core/entity.h
@@ -674,6 +674,11 @@ public:
virtual void reset();
/**
+ * @brief nudge the entity out of the radius of other entities in its current zune
+ */
+ void nudge();
+
+ /**
* @brief physics collision callback
* This funcion is called by the physics engine if the entity collides with another entity.
* It can be implemented by game child classes to provide collision effects and feedback.