Wowpedia

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

READ MORE

Wowpedia
No edit summary
 
(bot; deploying #data/itemtip)
 
Line 1: Line 1:
  +
{{#data:itemtip
{{wowapi}}
 
  +
|name=Marshal's Scaled Greaves
  +
|quality=epic
  +
|icon=inv_boots_plate_04
  +
|bind=BoP
  +
|slot=Feet
  +
|type=Plate
  +
|armor=985
  +
|strength=32
  +
|stamina=48
  +
|durability=75
  +
|crit=21
  +
|level=70
  +
|ilvl=123
  +
|sellprice=67671
  +
|itemid=29000
  +
|resilience=21}}
  +
==Source==
  +
{{Stub/Item}}
   
  +
==External links==
Returns the power level of the specified unit. As of 3.0, this function has replaced [[API_UnitMana|UnitMana]] as the preferred method of obtaining unit power.
 
  +
<!-- Read http://www.wowpedia.org/Wowpedia:External_links before posting your links here.
  +
Links that do not conform to the rules will be DELETED.
  +
Repeat violations may result in a BAN.
  +
Have a nice day. :) -->
  +
{{Elinks-item|29000}}
  +
   
  +
[[Category:World of Warcraft plate feet items]]
----
 
;''Usage''
 
   
  +
[[Category:World of Warcraft epic items]]
local power = UnitPower("unit" [, type]);
 
 
----
 
;''Arguments''
 
 
:;unit : String - The [[API TYPE UnitId|UnitId]] of the unit whose power should be returned
 
:;type : Number (optional) - The power type of the unit whose power should be returned
 
 
----
 
;''Returns''
 
 
:;power : Number - the unit's current power level
 
 
----
 
;''Details''
 
 
: The default interface defines constants that can be used for the 'type' argument, such as SPELL_POWER_ENERGY. If no type is supplied, UnitPower returns the current primary type, e.g., energy for a druid in cat form. You can determine the current power type via [[API UnitPowerType|UnitPowerType]]. However, values for all power types are available in any form.
 

Revision as of 21:16, 19 February 2011

Inv boots plate 04

Source


External links