Appearance
InspectObject ​
GameclientMessageInspectObject · outbound · 56 bytes
Send scalars/strings with Packet.send. Print the live usage block with Packet.help("InspectObject").
lua
local Packet = require("sdk.packet")
-- Nested position, identifier need a helper. Scalars/strings only below.
Packet.send("InspectObject", {
kind = 0,
extra = 0,
flags = 0,
})| Name | Kind | Nested |
|---|---|---|
kind | u32 | — |
position | msg | ObjectPosition |
identifier | msg | ObjectIdentifier |
extra | u32 | — |
flags | u32 | — |