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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/entity.h b/src/core/entity.h
index de4f210..f5a6d52 100644
--- a/src/core/entity.h
+++ b/src/core/entity.h
@@ -681,8 +681,9 @@ public:
/**
* @brief nudge the entity out of the radius of other entities in its current zune
+ * @param randomize if false, nudge according to axus.forward(), if false, nudge along a random axis
*/
- void nudge();
+ void nudge(const bool randomize = true);
/**
* @brief physics collision callback