mirror of
https://github.com/EQEmu/Server.git
synced 2026-08-29 00:18:18 +00:00
[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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user