diff options
| author | Martin Aguayo <67806925+Nitr4m12@users.noreply.github.com> | 2023-05-14 10:01:16 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-14 15:01:16 +0100 |
| commit | 78fd3c6e7aadd81fc9a0c3e2afca13f618501f21 (patch) | |
| tree | 542a0903b3ace95555f4e7d8d2d26e5066140b53 /src/KingSystem | |
| parent | 9a6a5fffa4ffcf159198e3b10fe318aea6b3ef5b (diff) | |
Add uking::ai::ActorWaterDepthSelect functions (#117)
Diffstat (limited to 'src/KingSystem')
| -rw-r--r-- | src/KingSystem/ActorSystem/actActor.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/KingSystem/ActorSystem/actActor.h b/src/KingSystem/ActorSystem/actActor.h index 7a3d2093..ce14c73a 100644 --- a/src/KingSystem/ActorSystem/actActor.h +++ b/src/KingSystem/ActorSystem/actActor.h @@ -285,6 +285,9 @@ public: virtual void m146(); virtual void m147(); + sead::Atomic<bool>& get68f() { return _68f; } + float get6f0() const { return _6f0; } + void emitBasicSigOn(); void emitBasicSigOff(); bool checkBasicSig() const; |
