![]() |
This is no longer a part of the World of Warcraft API.
|
Contents
Checks whether the autoloot key is down.
down = IsAutoLootKeyDown()
Arguments[edit | edit source]
- none
Returns[edit | edit source]
- down
- Boolean - Whether the autoloot key is down
Removed[edit | edit source]
This function was removed in 2.2.x. For backward compatibility or you'd rather not track down every single call to this function, just add this somewhere in the Lua file:
if not IsAutoLootKeyDown then function IsAutoLootKeyDown() return IsModifiedClick("AUTOLOOTTOGGLE") end end
Community content is available under CC-BY-SA unless otherwise noted.