Wikia

WoWWiki

Watchlist Recent changes

API GetPVPRankInfo

Main Menue




Get information about a specific rank.

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


Arguments Edit

(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 Edit

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


Examples Edit

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

Pages on WoWWiki

95,750pages 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