Skip to content

CreatureUnpass ​

GameserverMessageCreatureUnpass · inbound · 32 bytes

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

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

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

Arcane SDK catalog generated from scripts/sdk