WoW:API IsAltKeyDown

Revision as of 10:50, 20 February 2006 by WoWWiki>Holgaard (Corrected return values)
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