Skip to content

MarketAccept ​

GameclientMessageMarketAccept · outbound · 40 bytes

Send scalars/strings with Packet.send. Print the live usage block with Packet.help("MarketAccept").

lua
local Packet = require("sdk.packet")

-- Nested offer need a helper. Scalars/strings only below.
Packet.send("MarketAccept", {
  amount = 0,
})
NameKindNested
offermsgMarketOfferID
amountu32—

Arcane SDK catalog generated from scripts/sdk