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