Wowpedia

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

READ MORE

Wowpedia
No edit summary
No edit summary
Line 21: Line 21:
   
 
----
 
----
{{Template:WoW API}}
+
{{WoW API}}
[[Category:API Unit Functions|UnitAttackBothHands]]
 

Revision as of 05:30, 4 January 2006

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 (equal to unarmed weapon skill if unit doesn't dual wield)
offMod
Number - Any modifier to the unit's offhand attack power

Template:WoW API