WoW:API GetInspectHonorData: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
m (Move page script moved page API GetInspectHonorData to API GetInspectHonorData without leaving a redirect)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
'''todayHK, todayDK, yesterdayHK, yesterdayDK, thisweekHK, thisweekHonor, lastweekHK, lastweekHonor, lastweekStanding, lifetimeHK, lifetimeDK, lifetimeHighestRank = GetInspectHonorData()'''
{{wowapi}}
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


{{Template:WoW API}}
== 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()'

Latest revision as of 04:46, 15 August 2023

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[edit]

  • 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()'