Skip to content

CloseContainer ​

GameserverMessageCloseContainer · inbound · 32 bytes

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

A specialized decoder also runs for this type and may add richer nested fields.

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

Engine.on("CloseContainer", function(ev)
  print(ev.container_id)
end)
NameKindNested
container_idu32—

Arcane SDK catalog generated from scripts/sdk