WoW:API IsAutoLootKeyDown: 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 true or false if the key is down
 
<pre> down = IsAutoLootKeyDown(); </pre>
Checks whether the autoloot key is down.
down = IsAutoLootKeyDown()
 
== Arguments ==
:none
 


== Parameters ==
=== Returns ===
=== Returns ===
 
:; down : [[Boolean]] - Whether the autoloot key is down
:; down : Boolean - nil or 1

Revision as of 18:17, 25 June 2007

WoW API < IsAutoLootKeyDown


Checks whether the autoloot key is down.

down = IsAutoLootKeyDown()

Arguments

none


Returns

down
Boolean - Whether the autoloot key is down