WoW:API GetPVPLastWeekStats: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
m (Move page script moved page API GetPVPLastWeekStats to WoW:API GetPVPLastWeekStats without leaving a redirect)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{wowapi}}
{{wowapi}} __NOTOC__
{{Stub/API}}
{{removedapi|≤ 3.1.3 (likely 2.0)}}
'''hk, dk, contribution, rank = GetPVPLastWeekStats()'''


Get the statistics about your PvP contribution for last week.
Gets the player's PVP contribution statistics for the previous week.
hk, dk, contribution, rank = GetPVPLastWeekStats()
 
== Returns ==
; hk : Number - The number of honorable kills
; dk : Number - The number of dishonorable kills
; contribution : Number - The estimated number of honor contribution points
; rank : Number - The honor rank the player hade

Latest revision as of 04:46, 15 August 2023

WoW API < GetPVPLastWeekStats

Gets the player's PVP contribution statistics for the previous week.

hk, dk, contribution, rank = GetPVPLastWeekStats()

Returns

hk
Number - The number of honorable kills
dk
Number - The number of dishonorable kills
contribution
Number - The estimated number of honor contribution points
rank
Number - The honor rank the player hade