mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-12 11:26:09 +00:00
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user