Skip to content

TopRow ​

GameserverMessageTopRow · inbound · 32 bytes

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

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

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

Arcane SDK catalog generated from scripts/sdk