WoW:API GetPVPThisWeekStats: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
(Updated to match the current API boilerplate.)
Line 1: Line 1:
{{wowapi}}
{{wowapi}} __NOTOC__
{{Stub/API}}
'''hk, contribution = GetPVPThisWeekStats()'''


Get the statistics about your PvP contribution for this week.
 
Gets your PVP contribution statistics for the current week.
hk, contribution = GetPVPThisWeekStats()
 
 
== Arguments ==
:none
 
 
== Returns ==
:; hk : Number - The number of honorable kills made
:; contribution : Number - The estimated honor points made

Revision as of 17:42, 25 June 2007

WoW API < GetPVPThisWeekStats


Gets your PVP contribution statistics for the current week.

hk, contribution = GetPVPThisWeekStats()


Arguments

none


Returns

hk
Number - The number of honorable kills made
contribution
Number - The estimated honor points made