Skip to content

CreatureSpeed ​

GameserverMessageCreatureSpeed · inbound · 40 bytes

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

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

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

Engine.on("CreatureSpeed", function(ev)
  print(ev.base_speed)
end)
NameKindNested
datamsgCreatureData
base_speedu32—

Arcane SDK catalog generated from scripts/sdk