Skip to content

CloseExaltationDialog ​

GameserverMessageCloseExaltationDialog · inbound · 24 bytes

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

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

Engine.on("CloseExaltationDialog", function(ev)
  print(ev.name)
end)

No recovered fields.

Arcane SDK catalog generated from scripts/sdk