Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
(Updated to match the current API boilerplate.)
(removedapi)
Line 1: Line 1:
 
{{wowapi}} __NOTOC__
 
{{wowapi}} __NOTOC__
  +
{{removedapi|≤ 3.1.3 (likely 2.0)}}
 
   
 
Gets the player's PVP contribution statistics for the previous week.
 
Gets the player's PVP contribution statistics for the previous week.
 
hk, dk, contribution, rank = GetPVPLastWeekStats()
 
hk, dk, contribution, rank = GetPVPLastWeekStats()
 
 
== Arguments ==
 
:none
 
 
   
 
== Returns ==
 
== Returns ==
  +
; hk : Number - The number of honorable kills
:hk, dk, contribution, rank
 
:; hk : Number - The number of honorable kills
+
; dk : Number - The number of dishonorable kills
:; dk : Number - The number of dishonorable kills
+
; contribution : Number - The estimated number of honor contribution points
:; contribution : Number - The estimated number of honor contribution points
+
; rank : Number - The honor rank the player hade
:; rank : Number - The honor rank the player hade
 

Revision as of 23:20, 30 July 2009

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