Appearance
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,
})| Name | Kind | Nested |
|---|---|---|
kind | u32 | — |
identifier | msg | AppearanceTypeUpgradeable |
amount | u32 | — |
price | u64 | — |
anonymous | u8 | — |