WoW API: UnitAttackBothHands

From AddOn Studio
Revision as of 20:04, 23 December 2006 by WoWWiki>Starlightblunder ({{wowapi}}, format)
Jump to navigation Jump to search

WoW API < UnitAttackBothHands

Returns information about the unit's melee attacks.

mainBase, mainMod, offBase, offMod = UnitAttackBothHands(unit);

Parameters

Arguments

unit
String - The UnitId to get information from. (Verified for "player" and "target")

Returns

mainBase
Number - The unit's base main hand attack power.
mainMod
Number - Any modifier to the unit's main hand attack power.
offBase
Number - The unit's base offhand attack power (equal to unarmed weapon skill if unit doesn't dual wield).
offMod
Number - Any modifier to the unit's offhand attack power.