Added CUpsideDownCarCheck and CStuckCarCheck

This commit is contained in:
Nikolay Korolev
2019-07-06 18:06:08 +03:00
parent 2b592605ab
commit b1500fbe03
4 changed files with 163 additions and 8 deletions

View File

@ -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