WoW:API GetAutoLootToggleKey: Difference between revisions

m
Move page script moved page API GetAutoLootToggleKey to WoW:API GetAutoLootToggleKey without leaving a redirect
(Updated to match the current API boilerplate.)
m (Move page script moved page API GetAutoLootToggleKey to WoW:API GetAutoLootToggleKey without leaving a redirect)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{wowapi}} __NOTOC__
{{wowapi|removed=2.2.0}}


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


Returns the keybinding for Auto loot. (default: SHIFT)
  local key = GetAutoLootToggleKey()
  key = GetAutoLootToggleKey()


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


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


=== Returns ===
== Notes ==
;: key : String - The key currently bound to Auto Loot
* Removed in patch 2.2.0.
Anonymous user