Add CScriptActorRotate

Former-commit-id: 521b2d5413
This commit is contained in:
Henrique Gemignani Passos Lima
2022-12-23 22:50:36 -03:00
parent 06c5486887
commit 8e843d0174
6 changed files with 250 additions and 15 deletions

View File

@@ -75,6 +75,9 @@ public:
bool IsSlave(TUniqueId id) const;
void BuildSlaveList(CStateManager& mgr);
rstl::vector< SRiders >& GetStaticSlaves() { return x328_slavesStatic; }
rstl::vector< SRiders >& GetDynamicSlaves() { return x338_slavesDynamic; }
void SetControlledAnimation(bool controlled) { x356_25_controlledAnimation = controlled; }
static void AddRider(rstl::vector< SRiders >& riders, TUniqueId riderId,