WoW:API IsAltKeyDown: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Corrected return values)
m (Move page script moved page API IsAltKeyDown to API IsAltKeyDown without leaving a redirect)
 
(2 intermediate revisions by 2 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''
1 | nil
 
----
;''Description''
 
: Returns true if the alt key is currently depressed.
 
----
{{Template:WoW API}}

Latest revision as of 04:46, 15 August 2023

Redirect to: