WoW:API GetInspectHonorData: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(this function seems to already have changed a long time ago with the 2.0 patch (new honor system))
mNo edit summary
Line 1: Line 1:
{{wowapi}}
{{wowapi}}
'''todayHK, todayHonor, yesterdayHK, yesterdayHonor, lifetimeHK, lifetimeDK = GetInspectHonorData()'''
local sessionHK, sessionDK, yesterdayHK, yesterdayHonor,
  thisweekHK, thisweekHonor, lastweekHK, lastweekHonor, lastweekStanding,
  lifetimeHK, lifetimeDK, lifetimeRank = GetInspectHonorData()


Get the honor information about the inspected unit
Get the honor information about the inspected unit
== Notes ==
* at API (retail) 1300 - 'local lifetimeRank, sessionHK, sessionDK, yesterdayHK, yesterdayDK, lastweekHK, lastweekDK, lifetimeHK, lifetimeDK, yesterdayContribution, lastweekContribution, lastweekRank = GetInspectHonorData()'
* before API (retail) 1300 - 'local todayHK, todayHonor, yesterdayHK, yesterdayHonor, lifetimeHK, lifetimeDK = GetInspectHonorData()'

Revision as of 22:53, 13 October 2020

WoW API < GetInspectHonorData

local sessionHK, sessionDK, yesterdayHK, yesterdayHonor,
 thisweekHK, thisweekHonor, lastweekHK, lastweekHonor, lastweekStanding,
 lifetimeHK, lifetimeDK, lifetimeRank = GetInspectHonorData()

Get the honor information about the inspected unit

Notes

  • at API (retail) 1300 - 'local lifetimeRank, sessionHK, sessionDK, yesterdayHK, yesterdayDK, lastweekHK, lastweekDK, lifetimeHK, lifetimeDK, yesterdayContribution, lastweekContribution, lastweekRank = GetInspectHonorData()'
  • before API (retail) 1300 - 'local todayHK, todayHonor, yesterdayHK, yesterdayHonor, lifetimeHK, lifetimeDK = GetInspectHonorData()'