Skip to content

MarketCreate ​

GameclientMessageMarketCreate · outbound · 56 bytes

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

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

-- Nested identifier need a helper. Scalars/strings only below.
Packet.send("MarketCreate", {
  kind = 0,
  amount = 0,
  price = 0,
  anonymous = 0,
})
NameKindNested
kindu32—
identifiermsgAppearanceTypeUpgradeable
amountu32—
priceu64—
anonymousu8—

Arcane SDK catalog generated from scripts/sdk