Skip to content

SessionEndInformation ​

GameserverMessageSessionEndInformation · inbound · 32 bytes

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

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

Engine.on("SessionEndInformation", function(ev)
  print(ev.reason)
end)
NameKindNested
reasoni32—

Arcane SDK catalog generated from scripts/sdk