Add CBodyController, and CBodyStateCmdMgr

Former-commit-id: bad0c14988
This commit is contained in:
2023-02-05 11:12:46 -08:00
parent ac4910d5d2
commit f29f76abb5
42 changed files with 1203 additions and 825 deletions

View File

@@ -17,6 +17,7 @@ public:
CBodyStateInfo(CActor& actor, EBodyType type);
~CBodyStateInfo();
void SetBodyController(CBodyController* controller) { x18_bodyController = controller; }
float GetMaximumPitch() const { return x30_maxPitch; }
void SetMaximumPitch(float pitch) { x30_maxPitch = pitch; }
bool GetLocoAnimChangeAtEndOfAnimOnly() const { return x34_24_changeLocoAtEndOfAnimOnly; }