WoW:API UnitPVPRank: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
(upgraded deprecated template)
Line 1: Line 1:
{{wowapi}}
  <center>'''UnitPVPRank''' ''-Documentation by [[user:Chef_de_Loup|Chef_de_Loup]]-''</center>
  <center>'''UnitPVPRank''' ''-Documentation by [[user:Chef_de_Loup|Chef_de_Loup]]-''</center>


Line 28: Line 29:


: Returns the rank as a Number for player.
: Returns the rank as a Number for player.
----
{{WoW API}}

Revision as of 17:27, 6 January 2007

WoW API < UnitPVPRank

UnitPVPRank -Documentation by Chef_de_Loup-

Returns PVP info for the selected target

UnitPVPRank("unit");

Arguments
"unit" : UnitID of the requested Unit like "target","player"....

Returns
Integer rankNumber
rankNumber
Display the rank as a number. Starts at 5(!) not at 1 for first rank. 0 if the unit has no rank.

Example
local rankNumber = UnitPVPRank("player");

Result
5

Description
Returns the rank as a Number for player.