Drop an Attachment to the Ground

6 March 2019

  • C10 - Added.

<data Commands> Type: Corrade progressive command Command[wiki]: dropobject Description[wiki]: The dropobject command allows Corrade to drop an attached object to the ground. Permissions[wiki]: inventory Parameters[wiki]: group, password, item, type Last Changes[wiki]: C10 - Added. </data>

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