Skip to content

PickObjectToImbue ​

GameclientMessagePickObjectToImbue · outbound · 48 bytes

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

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

-- Nested position, identifier need a helper. Scalars/strings only below.
Packet.send("PickObjectToImbue", {
  slot = 0,
})
NameKindNested
slotu32—
positionmsgObjectPosition
identifiermsgObjectIdentifier

Arcane SDK catalog generated from scripts/sdk