mirror of
https://github.com/zeldaret/botw
synced 2026-09-03 18:03:44 -04:00
Merge pull request #163 from n8pjl/aiEnemyDefaultReaction__isChangeable
add function in aiEnemyDefaultReaction
This commit is contained in:
@@ -19,4 +19,8 @@ void EnemyDefaultReaction::loadParams_() {
|
||||
getStaticParam(&mInComboSmallDamageNoCancel_s, "InComboSmallDamageNoCancel");
|
||||
}
|
||||
|
||||
bool EnemyDefaultReaction::isChangeable() const {
|
||||
return getCurrentChild()->isChangeable();
|
||||
}
|
||||
|
||||
} // namespace uking::ai
|
||||
|
||||
@@ -13,6 +13,8 @@ public:
|
||||
void leave_() override;
|
||||
void loadParams_() override;
|
||||
|
||||
bool isChangeable() const override;
|
||||
|
||||
protected:
|
||||
// static_param at offset 0x38
|
||||
const int* mJustGuardTimesMin_s{};
|
||||
|
||||
Reference in New Issue
Block a user