Skip to content

FullMap ​

GameserverMessageFullMap · inbound · 40 bytes

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

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

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

Engine.on("FullMap", function(ev)
  print(ev.name)
end)
NameKindNested
datamsgMapArea
positionmsgCoordinate

Arcane SDK catalog generated from scripts/sdk