Drop an Attachment to the Ground

6 March 2019

  • C10 - Added.
dropobject (Commands)
TypeCorrade progressive command
Commanddropobject
DescriptionThe dropobject command allows Corrade to drop an attached object to the ground.
Permissionsinventory
Parametersgroup, password, item, type
Last ChangesC10 - 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