Appearance
CreatureData ​
GameserverMessageCreatureData · inbound · 32 bytes
Subscribe with Engine.on("CreatureData", fn). Print the live usage block with Engine.help("CreatureData").
A specialized decoder also runs for this type and may add richer nested fields.
lua
local Engine = require("sdk.engine")
Engine.on("CreatureData", function(ev)
print(ev.name)
end)| Name | Kind | Nested |
|---|---|---|
data | msg | CreatureData |