[Quest API] Add IsAlwaysAggro() to Perl/Lua (#4152)

- Add `$mob->IsAlwaysAggro()`.

- Add `mob:IsAlwaysAggro()`.

- Allows operators to determine if a mob is set to always aggro.
This commit is contained in:
Alex King
2024-03-03 20:40:20 -05:00
committed by GitHub
parent b766a79c11
commit 8ee7910569
3 changed files with 14 additions and 0 deletions
+1
View File
@@ -581,6 +581,7 @@ public:
bool IsBoat();
bool IsControllableBoat();
int GetHeroicStrikethrough();
bool IsAlwaysAggro();
};
#endif