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