WoW:API IsControlKeyDown: Difference between revisions

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

Latest revision as of 04:46, 15 August 2023

Redirect to: