Appearance
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 = "",
})| Name | Kind | Nested |
|---|---|---|
offer_id | u32 | — |
action | i32 | — |
offer_name | str | — |
product_type | str | — |
count | u32 | — |
character | str | — |