Skip to content

MoveObject ​

GameclientMessageMoveObject · outbound · 56 bytes

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

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

-- Nested from, identifier, to need a helper. Scalars/strings only below.
Packet.send("MoveObject", {
  count = 0,
  split = 0,
})
NameKindNested
frommsgObjectPosition
identifiermsgObjectIdentifier
tomsgObjectPosition
countu32—
splitu8—

Arcane SDK catalog generated from scripts/sdk