WoW:API UnitAttackBothHands
mainBase, mainMod, offBase, offMod = UnitAttackBothHands("unit");
Returns information about the unit's melee attacks.
- Arguments
- ("unit")
- unit
- String - The UnitId to get information from. (Verified for "player" and "target")
- Returns
- mainBase, mainMod, offBase, offMod
- 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
- offMod
- Number - Any modifier to the unit's offhand attack power