diff options
| author | Yanis002 <35189056+Yanis002@users.noreply.github.com> | 2025-02-08 19:30:22 +0100 |
|---|---|---|
| committer | Yanis002 <35189056+Yanis002@users.noreply.github.com> | 2025-02-08 19:30:22 +0100 |
| commit | c81b52be8649fa4569ff404b3f33beba9686c1f6 (patch) | |
| tree | dfd9425db3b8a8ec624ad968b2b862c11f22e65f /include/Player | |
| parent | bd747975ff0197043a4e2c655cd3bd9d4874d2e8 (diff) | |
progress on ActorNaviBase.cpp
Diffstat (limited to 'include/Player')
| -rw-r--r-- | include/Player/EquipHammer.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/Player/EquipHammer.hpp b/include/Player/EquipHammer.hpp index 187100be..65fa2024 100644 --- a/include/Player/EquipHammer.hpp +++ b/include/Player/EquipHammer.hpp @@ -55,6 +55,10 @@ public: return mState;
}
+ inline bool IsReleased(void) {
+ return mIsReleased;
+ }
+
inline unk32 GetChargeTimer(void) {
return mChargeTimer;
}
|
