WoW:API GetPVPThisWeekStats: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Updated to match the current API boilerplate.)
(removedapi)
Line 1: Line 1:
{{wowapi}} __NOTOC__
{{wowapi}} __NOTOC__
 
{{removedapi|≤ 3.1.3 (likely 2.0)}}
 
Gets your PVP contribution statistics for the current week.
Gets your PVP contribution statistics for the current week.
  hk, contribution = GetPVPThisWeekStats()
  hk, contribution = GetPVPThisWeekStats()
== Arguments ==
:none


== Returns ==
== Returns ==
:; hk : Number - The number of honorable kills made
; hk : Number - The number of honorable kills made
:; contribution : Number - The estimated honor points made
; contribution : Number - The estimated honor points made

Revision as of 23:20, 30 July 2009

WoW API < GetPVPThisWeekStats

Gets your PVP contribution statistics for the current week.

hk, contribution = GetPVPThisWeekStats()

Returns

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