Appearance
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)| Name | Kind | Nested |
|---|---|---|
container_id | u32 | — |