Returns PvP honor information about the currently inspected unit. Only available if data has been downloaded from the server; see HasInspectHonorData() and RequestInspectHonorData().


See also Inspect functions.

Signature:

todayHK, todayHonor, yesterdayHK, yesterdayHonor, lifetimeHK, lifetimeRank = GetInspectHonorData()

Returns:

  • todayHK - Number of honorable kills on the current day (number)
  • todayHonor - Amount of honor points earned on the current day (number)
  • yesterdayHK - Number of honorable kills on the previous day (number)
  • yesterdayHonor - Amount of honor points earned on the previous day (number)
  • lifetimeHK - Lifetime total of honorable kills scored (number)
  • lifetimeRank - Highest rank earned in the pre-2.0 PvP reward system; see GetPVPRankInfo() for rank display information (number)