WoW:API GetPVPYesterdayStats: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
(Updated to match the current API boilerplate.) |
||
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 |
Revision as of 17:56, 25 June 2007
← WoW API < GetPVPYesterdayStats
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