WoW:API GetAutoLootToggleKey: Difference between revisions
Jump to navigation
Jump to search
(Updated to match the current API boilerplate.) |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{wowapi}} | {{wowapi|removed=2.2.0}} | ||
Returns the key binding for Auto loot. Default key is SHIFT. | |||
local key = GetAutoLootToggleKey() | |||
key = GetAutoLootToggleKey() | |||
== Arguments == | == Parameters == | ||
=== Arguments === | |||
: none | |||
=== Returns === | |||
* key (string) - The key currently bound to Auto Loot | |||
== | == Notes == | ||
* Removed in patch 2.2.0. |
Revision as of 19:09, 12 February 2021
This is no longer a part of the World of Warcraft API.
|
← WoW API < GetAutoLootToggleKey
Returns the key binding for Auto loot. Default key is SHIFT.
local key = GetAutoLootToggleKey()
Parameters
Arguments
- none
Returns
- key (string) - The key currently bound to Auto Loot
Notes
- Removed in patch 2.2.0.