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