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