Appearance
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)| Name | Kind | Nested |
|---|---|---|
item_id | u32 | — |
tier | u32 | — |
history_entries | rep | HistoryEntry |