Drop Multiple Attachments to the Ground
batchdropobject (Commands) |
Type | Corrade progressive command |
Command | batchdropobject |
Description | The batchdropobject command allows Corrade to drop multiple attachments to the ground. |
Permissions | inventory |
Parameters | group , password , attachments |
Last Changes | C10 - Added. |
The batchdropobject
command allows Corrade to drop multiple attachments to the ground.
Command | Required Parameters | Required Corrade Permissions | Example |
batchdropobject | group , password , attachments | inventory | llInstantMessage(CORRADE,
wasKeyValueEncode(
[
"command", "batchdropobject",
"group", wasURLEscape(GROUP),
"password", wasURLEscape(PASSWORD),
"callback", wasURLEscape(URL),
"attachments", wasListToCSV(
[
"d065ba4f-64ca-0e1b-cf9a-316e2bbc77fe",
]
),
"type", "UUID"
]
)
);
|
Parameter | Possible Value | Secondary Parameter | Possible Value | Description |
item | An name or UUID. | type | UUID | Drop attachments by supplying inventory UUIDs. |
slot | Drop attachments by attachment slot (Skull, etc.) |
path | Drop attachments by path in the inventory. |
Notes
This command is a named plural of the
dropobject command.