WoW API: IsControlKeyDown

From AddOn Studio
Revision as of 12:23, 18 June 2006 by WoWWiki>Starlightblunder ({{wowapi}})
Jump to navigation Jump to search

WoW API < IsControlKeyDown

Returns true if the control key is currently pressed.

IsControlKeyDown();

Arguments
none

Returns
Boolean

Example
 if ( IsControlKeyDown() ) then DoSomething; end
Result
true | false