2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-18 03:25:24 +00:00

COmegaPirate: Implement Faint, Growth, JumpBack, Suck; continue Think implementation

This commit is contained in:
2020-04-04 03:38:32 -04:00
parent 46afe6eae8
commit a4b1e7f85f
4 changed files with 273 additions and 9 deletions

View File

@@ -209,6 +209,7 @@ protected:
void SetState(EState state) { x568_state = state; }
TUniqueId GetLauncherId() const { return x772_launcherId; }
void SetAlert(bool val) { x988_28_alert = val; }
const CCollisionActorManager& GetCollisionActorManager() const { return *x5d4_collisionActorMgr; }
private:
bool IsArmClawCollider(TUniqueId uid, const rstl::reserved_vector<TUniqueId, 7>& vec) const;