Skip to content

ObjectInfo ​

GameserverMessageObjectInfo · inbound · 40 bytes

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

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

Engine.on("ObjectInfo", function(ev)
  print(ev.name)
end)
NameKindNested
objectsrepObjectInfo

Arcane SDK catalog generated from scripts/sdk