Wikia

WoWWiki

Watchlist Recent changes

API UnitAttackPower

Main Menue



Returns the unit's melee attack power and modifiers.

base, posBuff, negBuff = UnitAttackPower(unit);

ParametersEdit

ArgumentsEdit

unit 
UnitId - The unit to get information from. (Does not work for "target" - Possibly only "player" and "pet")

ReturnsEdit

base 
Number - The unit's base attack power
posBuff 
Number - The total effect of positive buffs to attack power.
negBuff 
Number - The total effect of negative buffs to the attack power (a negative number)

ExampleEdit

local base, posBuff, negBuff = UnitAttackPower("player");
local effective = base + posBuff + negBuff;
DEFAULT_CHAT_MESSAGE("Your current attack power: " .. effective);

ResultEdit

Displays the player's current attack power in the default chat window.

Pages on WoWWiki

94,214pages on
this wiki
Advertisement | Your ad here

Latest Photos

Add a Photo
55,641photos on this wiki
See more >

Recent Wiki Activity

See more >

Recent Questions

Around Wikia's network

Random Wiki