WoW:API GetPVPLastWeekStats: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
(Updated to match the current API boilerplate.)
Line 1: Line 1:
{{wowapi}}
{{wowapi}} __NOTOC__
{{Stub/API}}
'''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()
 
 
== Arguments ==
:none
 
 
== Returns ==
:hk, dk, contribution, rank
:; 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

Revision as of 17:58, 25 June 2007

WoW API < GetPVPLastWeekStats


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

hk, dk, contribution, rank = GetPVPLastWeekStats()


Arguments

none


Returns

hk, dk, contribution, rank
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