Wikia

WoWWiki

Watchlist Recent changes

API GetPVPSessionStats

Main Menue




Gets the amount of honorable kills and honor points you have for the current session ( today ).

local hk, hp = GetPVPSessionStats();


Arguments Edit

None


Returns Edit

hk 
Integer - Amount of honorable kills you have today, returns 0 if you havn't killed anybody today.
hp 
Integer - Estimated honor points for today


Details Edit

Used for retrieving how many honorable kills and honor points you have for today, currently the honor points value is calculated using the estimated honor points from killing an enemy player, and does not take diminishing returns or bonus honor into effect.


Example Edit

Displays how many honorable kills and estimated honor points you have for today.

local hk, hp = GetPVPSessionStats();
DEFAULT_CHAT_FRAME:AddMessage( "You currently have " .. hk .. " honorable kills today, and an estimated " .. hp .. " honor points." );

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