WoW:API UnitAttackBothHands: Difference between revisions

({{wowapi}}, format)
Line 7: Line 7:
:;unit : String - The [[API TYPE UnitId|UnitId]] to get information from. (Verified for <tt>"player"</tt> and <tt>"target"</tt>)
:;unit : String - The [[API TYPE UnitId|UnitId]] to get information from. (Verified for <tt>"player"</tt> and <tt>"target"</tt>)
===Returns===
===Returns===
:;mainBase : Number - The unit's base main hand attack power.
:;mainBase : Number - The unit's base main hand weapon skill (not rating).
:;mainMod : Number - Any modifier to the unit's main hand attack power.
:;mainMod : Number - Any modifier to the unit's main hand weapon skill (not rating).
:;offBase : Number - The unit's base offhand attack power (equal to unarmed weapon skill if unit doesn't dual wield).
:;offBase : Number - The unit's base offhand weapon skill (not rating)(equal to unarmed weapon skill if unit doesn't dual wield).
:;offMod : Number - Any modifier to the unit's offhand attack power.
:;offMod : Number - Any modifier to the unit's offhand weapon skill (not rating).
Anonymous user