WoW:API GetAutoLootToggleKey: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
 
m (Move page script moved page API GetAutoLootToggleKey to API GetAutoLootToggleKey without leaving a redirect)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{wowapi}}
{{wowapi|removed=2.2.0}}
Returns the keybinding for Auto loot. (default: SHIFT)


<pre> key = GetAutoLootToggleKey(); </pre>
Returns the key binding for Auto loot. Default key is SHIFT.
 
local key = GetAutoLootToggleKey()


== Parameters ==
== Parameters ==
=== Arguments ===
: none


=== Return ===
=== Returns ===
* key (string) - The key currently bound to Auto Loot


;: key : String - The key binded to Auto Loot
== Notes ==
* Removed in patch 2.2.0.

Latest revision as of 04:45, 15 August 2023

WoW API < GetAutoLootToggleKey

Returns the key binding for Auto loot. Default key is SHIFT.

local key = GetAutoLootToggleKey()

Parameters[edit]

Arguments[edit]

none

Returns[edit]

  • key (string) - The key currently bound to Auto Loot

Notes[edit]

  • Removed in patch 2.2.0.