Skip to content

OfferDescription ​

GameserverMessageOfferDescription · inbound · 40 bytes

Subscribe with Engine.on("OfferDescription", fn). Print the live usage block with Engine.help("OfferDescription").

lua
local Engine = require("sdk.engine")

Engine.on("OfferDescription", function(ev)
  print(ev.offer_id, ev.text)
end)
NameKindNested
offer_idu32—
textstr—

Arcane SDK catalog generated from scripts/sdk