Skip to content

StashAction ​

GameclientMessageStashAction · outbound · 56 bytes

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

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

-- Nested position, identifier need a helper. Scalars/strings only below.
Packet.send("StashAction", {
  action = 0,
  count = 0,
  extra = 0,
})
NameKindNested
actionu32—
positionmsgObjectPosition
identifiermsgObjectIdentifier
countu32—
extrau32—

Arcane SDK catalog generated from scripts/sdk