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

COmegaPirate: Implement all functions

This commit is contained in:
2020-04-05 01:36:58 -04:00
parent a4b1e7f85f
commit 61444da8ff
5 changed files with 372 additions and 31 deletions

View File

@@ -108,6 +108,8 @@ public:
void Think(float dt, CStateManager& mgr) override;
void Touch(CActor& act, CStateManager& mgr) override;
void SetColor(const zeus::CColor& color) { x3f4_color3 = color; }
void SetVisible(bool val) { x3fd_visible = val; }
void SetFollowPlayer(bool val) { x3fe_followPlayer = val; }
static zeus::CVector3f GrenadeTarget(const CStateManager& mgr);