Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Register
(Rewrite to cover all modifier keys in one. Also point at MODIFIER_STATE_CHANGED)
 
No edit summary
 
Line 1: Line 1:
−
{{wowapi}}
+
{{Stub/Item}}
  +
{{Normal}}
−
Returns true if the shift/ctrl/alt key is currently depressed.
 
  +
{{#data:Itemtip
  +
|name=Thrall's Headpiece of Triumph
  +
|quality=epic
  +
|icon=inv_helmet_100
  +
|bind=bop
  +
|slot=Head
  +
|type=Mail
  +
|armor=1543
  +
|stamina=218
  +
|intellect=129
  +
|spirit=92
  +
|blue-sockets=1
  +
|meta-sockets=1
  +
|sockbonus=+9 Spell Power
  +
|durability=100
  +
|classes=Shaman
  +
|crit=88
  +
|set=Triumphant Thrall's Garb (heroic)
  +
|level=80
  +
|ilvl=258
  +
|itemid=48307
  +
|heroic=1
  +
}}
  +
==Source==
  +
...
   
  +
==External links==
−
shiftDown = IsShiftKeyDown();
 
  +
<!-- Read http://www.wowpedia.org/Wowpedia:External_links before posting your links here.
−
ctrlDown = IsCtrlKeyDown();
 
  +
Links that do not conform to the rules will be DELETED.
−
altDown = IsAltKeyDown();
 
  +
Repeat violations may result in a BAN.
−  
  +
Have a nice day. :) -->
−
== Arguments ==
 
  +
{{Elinks-item|48307}}
−
:''none''
 
−  
−
== Returns ==
 
−
:;Boolean : 1 (true) if the given key is currently held down, nil otherwise.
 
−  
−
== Related Events ==
 
−
:[[Events/M#MODIFIER_STATE_CHANGED|MODIFIER_STATE_CHANGED]] - fires when shift/ctrl/alt keys are pressed or released
 
−  
−
== Example ==
 
−  
−
if ( IsShiftKeyDown() ) then DoSomething(); end
 

Revision as of 06:29, 13 May 2011

For the normal version of this item, see Inv helmet 100 [Thrall's Headpiece of Triumph].
Inv helmet 100

Source

...

External links