WoW:API IsAltKeyDown: Difference between revisions

m
{{wowapi}}
(Corrected return values)
m ({{wowapi}})
Line 1: Line 1:
<center>'''IsAltKeyDown''' ''-Documentation by AlexanderYoshi-''</center>
{{wowapi}}
 
Returns true if the alt key is currently pressed.
Returns true if the alt key is currently depressed.


  IsAltKeyDown();
  IsAltKeyDown();
Line 13: Line 12:
;''Returns''
;''Returns''


:;Boolean
:;Boolean : 1 (true) if ALT is currently being held down, nil otherwise.


----
----
Line 21: Line 20:
;''Result''
;''Result''
  1 | nil
  1 | nil
----
;''Description''
: Returns true if the alt key is currently depressed.
----
{{Template:WoW API}}