Appearance
GameserverMessageBottomRow · inbound · 32 bytes
GameserverMessageBottomRow
Subscribe with Engine.on("BottomRow", fn). Print the live usage block with Engine.help("BottomRow").
Engine.on("BottomRow", fn)
Engine.help("BottomRow")
local Engine = require("sdk.engine") Engine.on("BottomRow", function(ev) print(ev.name) end)
data
msg
MapArea