2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-10 07:07:42 +00:00

Initial CMetroidPrimeExo imps

This commit is contained in:
2020-09-13 21:12:00 -07:00
parent 82c62b0312
commit 130c60ccc8
5 changed files with 720 additions and 4 deletions

View File

@@ -605,6 +605,7 @@ public:
bool AttachActorToPlayer(TUniqueId id, bool disableGun);
TUniqueId GetAttachedActor() const { return x26c_attachedActor; }
float GetAttachedActorStruggle() const { return xa28_attachedActorStruggle; }
void SetFrozenTimeoutBias(float bias) { x758_frozenTimeoutBias = bias; }
float GetDistanceUnderWater() const { return x828_distanceUnderWater; }
TUniqueId GetRidingPlatformId() const { return x82e_ridingPlatform; }
const zeus::CVector3f& GetLastVelocity() const { return x794_lastVelocity; }