Skip to content

CreateOnMap ​

GameserverMessageCreateOnMap · inbound · 48 bytes

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

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

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

Engine.on("CreateOnMap", function(ev)
  print(ev.stackpos)
end)
NameKindNested
positionmsgCoordinate
stackposu32—
appearancemsgAppearanceInstance

Arcane SDK catalog generated from scripts/sdk