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