Skip to content

CreatureParty ​

GameserverMessageCreatureParty · inbound · 32 bytes

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

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

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

Engine.on("CreatureParty", function(ev)
  print(ev.name)
end)
NameKindNested
datamsgCreatureData

Arcane SDK catalog generated from scripts/sdk