Match and link CProjectileInfo

Former-commit-id: 928ade0175
This commit is contained in:
Henrique Gemignani Passos Lima
2022-10-20 14:18:42 +03:00
parent a4473acb2a
commit 9d78c47057
13 changed files with 166 additions and 16 deletions

View File

@@ -175,6 +175,7 @@ public:
}
TUniqueId GetOrbitTargetId() const { return x310_orbitTargetId; }
const CVector3f& GetOrbitPoint() const { return x314_orbitPoint; }
TUniqueId GetOrbitNextTargetId() const { return x33c_orbitNextTargetId; }
TUniqueId GetScanningObjectId() const { return x3b4_scanningObject; }
EGrappleState GetGrappleState() const { return x3b8_grappleState; }
@@ -187,6 +188,10 @@ public:
void Teleport(const CTransform4f& xf, CStateManager& mgr, bool resetBallCam);
void SetSpawnedMorphBallState(EPlayerMorphBallState state, CStateManager& mgr);
CVector3f GetDampedClampedVelocityWR() const;
float GetAverageSpeed() const;
float GetGravity() const;
private:
struct CVisorSteam {
float x0_curTargetAlpha;