[Quest API] Add IsAttackAllowed() to Perl/Lua. (#2672)

# Perl
- Add `$mob->IsAttackAllowed(target)`.
- Add `$mob->IsAttackAllowed(target, is_spell_attack)`.

# Lua
- Add `mob:IsAttackAllowed(target)`.

# Notes
- Lua had `mob:IsAttackAllowed(target, is_spell_attack)` but not the other overload.
- Perl had neither.
This commit is contained in:
Alex King 2022-12-25 16:18:00 -05:00 committed by GitHub
parent d1430f6834
commit 2ed73199bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

Diff Content Not Available