WoW:API GetPVPYesterdayStats: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
m (Move page script moved page API GetPVPYesterdayStats to API GetPVPYesterdayStats without leaving a redirect)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
'''hk, dk, contribution = GetPVPYesterdayStats()'''
{{wowapi}} __NOTOC__


Get the statistics about your PvP contribution for yesterday.


{{Template:WoW API}}
Gets the player's PVP contribution statistics for the previous day.
hk, dk, contribution = GetPVPYesterdayStats()
 
 
== Arguments ==
:none
 
 
== Returns ==
:hk, dk, contribution
 
:; hk : Number - The number of honorable kills
:; dk : Number - The number of dishonorable kills
:; contribution : Number - The number of honor contribution points

Latest revision as of 04:46, 15 August 2023

WoW API < GetPVPYesterdayStats


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

hk, dk, contribution = GetPVPYesterdayStats()


Arguments[edit]

none


Returns[edit]

hk, dk, contribution
hk
Number - The number of honorable kills
dk
Number - The number of dishonorable kills
contribution
Number - The number of honor contribution points