Skip to content

UpdateManagedContainers ​

GameserverMessageUpdateManagedContainers · inbound · 48 bytes

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

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

Engine.on("UpdateManagedContainers", function(ev)
  print(ev.enabled)
end)
NameKindNested
enabledu8—
containersrepManagedContainerInfo

Arcane SDK catalog generated from scripts/sdk