WoW:API GetPVPYesterdayStats: Difference between revisions
Jump to navigation
Jump to search
(upgraded deprecated template) |
m (Move page script moved page API GetPVPYesterdayStats to API GetPVPYesterdayStats without leaving a redirect) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{wowapi}} | {{wowapi}} __NOTOC__ | ||
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