WoW:API IsAltKeyDown: Difference between revisions

m
Move page script moved page API IsAltKeyDown to WoW:API IsAltKeyDown without leaving a redirect
No edit summary
 
m (Move page script moved page API IsAltKeyDown to WoW:API IsAltKeyDown without leaving a redirect)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<center>'''IsAltKeyDown''' ''-Documentation by AlexanderYoshi-''</center>
#redirect [[API IsShiftKeyDown]]
 
Returns true if the alt key is currently depressed.
 
IsAltKeyDown();
 
----
;''Arguments''
 
:''none''
 
----
;''Returns''
 
:;Boolean
 
----
;''Example''
  if ( IsAltKeyDown() ) then DoSomething(); end
 
;''Result''
true | false
 
----
;''Description''
 
: Returns true if the alt key is currently depressed.
 
----
{{Template:WoW API}}
Anonymous user