[Quest API] Add IsAutoFireEnabled() to Perl/Lua (#2978)

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

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

# Notes
- Allows operators to check if a client has auto fire enabled.
This commit is contained in:
Alex King
2023-02-22 23:30:04 -05:00
committed by GitHub
parent fcb0a47280
commit 9d4f231619
3 changed files with 14 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 IsAutoFireEnabled();
void ApplySpell(int spell_id);
void ApplySpell(int spell_id, int duration);