Wikia

WoWWiki

API GetPVPRankInfo

Talk0
98,518pages on
this wiki


Get information about a specific rank.

rankName, rankNumber = GetPVPRankInfo(rank [, unit]);


Arguments

(rank [, unit])
rank 
Number - Specifies the number of the rank (as returned by UnitPVPRank("unit"))
unit 
String - The UnitId to query (e.g. "player", "party2", "pet", "target", "mouseover" etc.). This argument is needed to return the correct rank for enemy units (otherwise it would return ranks of player's faction only).


Returns

rankName, rankNumber
rankName 
String - The rank's name
rankNumber 
Number - The rank's number


Examples

if (UnitPVPRank("mouseover") >= 1) then
    rankName = GetPVPRankInfo(UnitPVPRank("mouseover"), "mouseover");
    -- rankName now contains the localized rank for mousover unit (e.g. grunt or similar).
end
Advertisement | Your ad here

Photos

Add a Photo
62,044photos on this wiki
See all photos >

Recent Wiki Activity

See more >

Around Wikia's network

Random Wiki