Skip to content

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)
NameKindNested
player_namestr—
itemsrepAppearanceInstance

Arcane SDK catalog generated from scripts/sdk