WoW:API UnitAttackBothHands

From AddOn Studio
Revision as of 18:02, 23 December 2004 by WoWWiki>Flickering (First version)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
UnitAttackBothHands -Documentation by Flickering-
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

Template:WoW API