Wowpedia

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

READ MORE

Wowpedia
m (Consistency)
m (Added category)
Line 22: Line 22:
 
----
 
----
 
{{Template:WoW API}}
 
{{Template:WoW API}}
  +
[[Category:API Functions|UnitAttackBothHands]]

Revision as of 20:31, 27 December 2004

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