Skip to content

ExaltationHistory ​

GameserverMessageExaltationHistory · inbound · 48 bytes

Subscribe with Engine.on("ExaltationHistory", fn). Print the live usage block with Engine.help("ExaltationHistory").

lua
local Engine = require("sdk.engine")

Engine.on("ExaltationHistory", function(ev)
  print(ev.item_id, ev.tier)
end)
NameKindNested
item_idu32—
tieru32—
history_entriesrepHistoryEntry

Arcane SDK catalog generated from scripts/sdk