Appearance
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,
})| Name | Kind | Nested |
|---|---|---|
from | msg | ObjectPosition |
identifier | msg | ObjectIdentifier |
to | msg | ObjectPosition |
count | u32 | — |
split | u8 | — |