WoW:API IsAltKeyDown

Revision as of 21:45, 20 November 2004 by WoWWiki>WoWWiki-Doble
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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
true | false

Description
Returns true if the alt key is currently depressed.

Template:WoW API