WoW:API GetPVPThisWeekStats: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Updated to match the current API boilerplate.)
m (Move page script moved page API GetPVPThisWeekStats to API GetPVPThisWeekStats without leaving a redirect)
 
(One intermediate revision by one other user not shown)
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

Latest revision as of 04:46, 15 August 2023

WoW API < GetPVPThisWeekStats

Gets your PVP contribution statistics for the current week.

hk, contribution = GetPVPThisWeekStats()

Returns[edit]

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