WoW:API IsAltKeyDown: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
 
(Corrected return values)
Line 20: Line 20:


;''Result''
;''Result''
  true | false
  1 | nil


----
----

Revision as of 10:50, 20 February 2006

IsAltKeyDown -Documentation by AlexanderYoshi-

Returns true if the alt key is currently depressed.

IsAltKeyDown();

Arguments
none

Returns
Boolean

Example
 if ( IsAltKeyDown() ) then DoSomething(); end
Result
1 | nil

Description
Returns true if the alt key is currently depressed.

Template:WoW API