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