Skip to content

BuyStoreOffer ​

GameclientMessageBuyStoreOffer · outbound · 64 bytes

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

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

Packet.send("BuyStoreOffer", {
  offer_id = 0,
  action = 0,
  offer_name = "",
  product_type = "",
  count = 0,
  character = "",
})
NameKindNested
offer_idu32—
actioni32—
offer_namestr—
product_typestr—
countu32—
characterstr—

Arcane SDK catalog generated from scripts/sdk