Wikia

WoWWiki

API IsAutoLootKeyDown

Talk0
98,456pages on
this wiki

Checks whether the autoloot key is down.

down = IsAutoLootKeyDown()

Arguments

none


Returns

down 
Boolean - Whether the autoloot key is down

Removed

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
Advertisement | Your ad here

Photos

Add a Photo
61,968photos on this wiki
See all photos >

Recent Wiki Activity

See more >

Around Wikia's network

Random Wiki