* Match and link CRipper

* Apply symbols
This commit is contained in:
2025-05-08 12:46:53 -07:00
committed by GitHub
parent 311c0b112d
commit 2644cb1ea4
8 changed files with 538 additions and 300 deletions

View File

@@ -246,6 +246,7 @@ public:
CStateMachineState& StateMachineState() { return x330_stateMachineState; }
const CStateMachineState& GetStateMachineState() const { return x330_stateMachineState; }
ECharacter GetCharacterType() const { return x34c_characterType; }
EFlavorType GetFlavorType() const { return x3fc_flavor; }
const bool IsAlive() const { return x400_25_alive; }
void SetWasHit(const bool v) { x400_24_hitByPlayerProjectile = v; }
void SetPendingDeath(const bool v) { x401_30_pendingDeath = v; }