summaryrefslogtreecommitdiffstats
path: root/src/entities
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2019-07-07 09:45:07 +0200
committerGitHub <noreply@github.com>2019-07-07 09:45:07 +0200
commitb515ce4730891ea11540369241d9d6d7b0749057 (patch)
tree5f04ec2612812056b5bcada9e8e6fe1172e02ca0 /src/entities
parentMerge pull request #115 from erorcun/erorcun (diff)
parentAdded CUpsideDownCarCheck and CStuckCarCheck (diff)
downloadre3-b515ce4730891ea11540369241d9d6d7b0749057.tar
re3-b515ce4730891ea11540369241d9d6d7b0749057.tar.gz
re3-b515ce4730891ea11540369241d9d6d7b0749057.tar.bz2
re3-b515ce4730891ea11540369241d9d6d7b0749057.tar.lz
re3-b515ce4730891ea11540369241d9d6d7b0749057.tar.xz
re3-b515ce4730891ea11540369241d9d6d7b0749057.tar.zst
re3-b515ce4730891ea11540369241d9d6d7b0749057.zip
Diffstat (limited to '')
-rw-r--r--src/entities/Physical.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/entities/Physical.h b/src/entities/Physical.h
index 0f517cf3..0104268a 100644
--- a/src/entities/Physical.h
+++ b/src/entities/Physical.h
@@ -104,6 +104,9 @@ public:
bIsInSafePosition = false;
}
+ const CVector& GetMoveSpeed() { return m_vecMoveSpeed; }
+ const CVector& GetTurnSpeed() { return m_vecTurnSpeed; }
+
void ApplyMoveSpeed(void);
void ApplyTurnSpeed(void);
// Force actually means Impulse here