Skip to content

BottomRow ​

GameserverMessageBottomRow · inbound · 32 bytes

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

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

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

Arcane SDK catalog generated from scripts/sdk