[Quest API] Add IsAutoAttackEnabled() to Perl/Lua (#2979)

# Perl
- Add `$client->IsAutoAttackEnabled()`.

# Lua
- Add `client:IsAutoAttackEnabled()`.

# Notes
- Allows operators to check if a client has auto attack enabled.
This commit is contained in:
Alex King
2023-02-23 03:31:35 -05:00
committed by GitHub
parent 9d4f231619
commit 0d72295cc9
3 changed files with 16 additions and 0 deletions
+1
View File
@@ -466,6 +466,7 @@ public:
void SetItemCooldown(uint32 item_id, uint32 in_time);
uint32 GetItemCooldown(uint32 item_id);
void UseAugmentContainer(int container_slot);
bool IsAutoAttackEnabled();
bool IsAutoFireEnabled();
void ApplySpell(int spell_id);