Skip to content

CreatureType ​

GameserverMessageCreatureType · inbound · 40 bytes

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

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

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

Engine.on("CreatureType", function(ev)
  print(ev.creature_id, ev.type, ev.master_id)
end)
NameKindNested
creature_idu32—
typeu32—
master_idu32—

Arcane SDK catalog generated from scripts/sdk