GetInspectPVPRankProgress

From Warcraft Wiki
Jump to navigation Jump to search
Flavors
Links
Info
Added in 1.6.0
Removed in 2.0.1

Gets the inspected unit's progress towards the next PvP rank.

rankProgress = GetInspectPVPRankProgress()

Returns

rankProgress
number - The progress made toward the next PVP rank normalized between 0 and 1

Details

  • Requires you to be inspecting a unit and call GetInspectHonorData() first before this api returns updated information.
  • If not inspecting a unit, NotifyInspect("unit") must be called first.

Patch changes

Bc icon.gif Patch 2.0.1 (2006-12-05): Removed.
WoW Icon update.png Patch 1.6.0 (2005-07-12): Added.