WoW:API IsControlKeyDown

Revision as of 21:45, 20 November 2004 by WoWWiki>WoWWiki-Doble
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
IsControlKeyDown -Documentation by AlexanderYoshi-

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