WoW:API GetAutoLootToggleKey: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
(Updated to match the current API boilerplate.)
Line 1: Line 1:
{{Stub/API}}
{{wowapi}} __NOTOC__
{{wowapi}}
 
 
Returns the keybinding for Auto loot. (default: SHIFT)
Returns the keybinding for Auto loot. (default: SHIFT)
key = GetAutoLootToggleKey()


<pre> key = GetAutoLootToggleKey(); </pre>
== Arguments ==
 
None
== Parameters ==


=== Return ===


;: key : String - The key binded to Auto Loot
=== Returns ===
;: key : String - The key currently bound to Auto Loot

Revision as of 19:41, 25 June 2007

WoW API < GetAutoLootToggleKey


Returns the keybinding for Auto loot. (default: SHIFT)

key = GetAutoLootToggleKey()

Arguments

None


Returns

key
String - The key currently bound to Auto Loot