Wikia

WoWWiki

Watchlist Recent changes

API GetPVPLifetimeStats

Main Menue



Gets the statistics about your lifetime PVP contributions.

honorableKills, dishonorableKills, highestRank = GetPVPLifetimeStats()


Arguments Edit

none


Returns Edit

(honorableKills, dishonorableKills, highestRank)
honorableKills 
Number - The number of honorable kills you have made
dishonorableKills 
Number - The number of dishonorable kills you have made
highestRank 
Number - The highest rank you have achieved (Use GetPVPRankInfo(highestRank) to get the name of the rank)


Example Edit

local _, _, highestRank = GetPVPLifetimeStats();
local pvpRank = GetPVPRankInfo(highestRank);
DEFAULT_CHAT_FRAME:AddMessage(pvpRank);

Result

Prints the player's PVP rank name to the default chat frame.

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