Wikia

WoWWiki

Watchlist Recent changes

API UnitRangedAttack

Main Menue



Returns the unit's ranged attack and modifier.

base, modifier = UnitRangedAttack("unit");

ParametersEdit

ArgumentsEdit

unit 
String - The UnitId to get information from. (Likely only works for "player" and "pet")

ReturnsEdit

base 
Number - The unit's base ranged attack number (0 if no ranged weapon is equipped)
modifier 
Number - The total effect of all modifiers (positive and negative) to ranged attack.

ExampleEdit

local base, modifier = UnitRangedAttack("player");
local effective = base + modifier;
message(effective);

ResultEdit

Displays a message containing your effective ranged attack skill(Weapon Skill).

Pages on WoWWiki

95,747pages on
this wiki
Advertisement | Your ad here

Latest Photos

Add a Photo
58,025photos on this wiki
See more >

Recent Wiki Activity

See more >

Recent Questions

Around Wikia's network

Random Wiki