Skip to content

SellObject ​

GameclientMessageSellObject · outbound · 40 bytes

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

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

-- Nested identifier need a helper. Scalars/strings only below.
Packet.send("SellObject", {
  count = 0,
  keep_equipped = 0,
})
NameKindNested
identifiermsgObjectIdentifier
countu32—
keep_equippedu8—

Arcane SDK catalog generated from scripts/sdk