Appearance
OwnOffer ​
GameserverMessageOwnOffer · inbound · 48 bytes
Subscribe with Engine.on("OwnOffer", fn). Print the live usage block with Engine.help("OwnOffer").
lua
local Engine = require("sdk.engine")
Engine.on("OwnOffer", function(ev)
print(ev.player_name)
end)| Name | Kind | Nested |
|---|---|---|
player_name | str | — |
items | rep | AppearanceInstance |