Open main menu
Home
Random
Log in
Settings
About AddOn Studio
Disclaimers
AddOn Studio
Search
WoW:API IsAltKeyDown: Difference between revisions
WoW
Talk
← Older edit
Newer edit →
WoW:API IsAltKeyDown
(source)
Revision as of 10:41, 28 June 2007
260 bytes removed
,
28 June 2007
#redirect
API IsShiftKeyDown
Revision as of 12:31, 18 June 2006
(
view source
)
WoWWiki>Starlightblunder
m
({{wowapi}})
← Older edit
Revision as of 10:41, 28 June 2007
(
view source
)
WoWWiki>Mikk
(#redirect
API IsShiftKeyDown
)
Newer edit →
Line 1:
Line 1:
{{wowapi}}
#redirect [[API IsShiftKeyDown]]
Returns true if the alt key is currently pressed.
IsAltKeyDown();
----
;''Arguments''
:''none''
----
;''Returns''
:;Boolean : 1 (true) if ALT is currently being held down, nil otherwise.
----
;''Example''
if ( IsAltKeyDown() ) then DoSomething(); end
;''Result''
1 | nil
Anonymous user
WoWWiki>Mikk