Returns the player's or pet's ranged attack power
See also Stat information functions.
Signature:
base, posBuff, negBuff = UnitRangedAttackPower("unit")
Arguments:
unit- A unit to query; only valid forplayerorpet(string, unitID)
Returns:
base- Base ranged attack power (number)posBuff- Positive buffs to ranged attack power (number)negBuff- Negative buffs to ranged attack power (number)