WoW:API IsAltKeyDown

From AddOn Studio
Revision as of 10:50, 20 February 2006 by WoWWiki>Holgaard (Corrected return values)
Jump to navigation Jump to search
IsAltKeyDown -Documentation by AlexanderYoshi-

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