Appearance
UseTwoObjects ​
GameclientMessageUseTwoObjects · outbound · 56 bytes
Send scalars/strings with Packet.send. Print the live usage block with Packet.help("UseTwoObjects").
lua
local Packet = require("sdk.packet")
-- Every field is nested msg/rep. Packet.send cannot fill them.
-- Use Packet.talk / Packet.moveObject, or build from zero.
print(Packet.help("UseTwoObjects"))| Name | Kind | Nested |
|---|---|---|
from | msg | ObjectPosition |
identifier | msg | ObjectIdentifier |
to | msg | ObjectPosition |
to_identifier | msg | ObjectIdentifier |