Skip to content

InspectionState ​

GameserverMessageInspectionState · inbound · 32 bytes

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

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

Engine.on("InspectionState", function(ev)
  print(ev.name)
end)
NameKindNested
statemsgCreatureData

Arcane SDK catalog generated from scripts/sdk