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

CFlyingPirate: Method definitions & CFlyingPirateRagDoll constructor

This commit is contained in:
2020-03-12 03:07:41 -04:00
parent e925dc2628
commit 5765fd8951
4 changed files with 178 additions and 9 deletions

View File

@@ -379,6 +379,7 @@ public:
bool sendCollideMsg, const zeus::CVector3f& scale);
void DoUserAnimEvent(CStateManager& mgr, const CInt32POINode& node, EUserEventType type, float dt) override;
const zeus::CVector3f& GetDestPos() const { return x2e0_destPos; }
void SetDestPos(const zeus::CVector3f& pos) { x2e0_destPos = pos; }
void UpdateAlphaDelta(float dt, CStateManager& mgr);
void SetModelAlpha(float a) { x42c_color.a() = a; }