6 October 2016
path
instead of a name
.14 April 2016
type
parameter.detach (Commands) | |
---|---|
Type | Corrade progressive command |
Command | detach |
Description | Corrade can detach attached items using the detach command. |
Permissions | grooming |
Parameters | group , password , attachments |
Last Changes | Release 9.133 - The command now can take a path instead of a name . |
Corrade can detach attached items using the detach
command.
Command | Required Parameters | Required Corrade Permissions | Example |
---|---|---|---|
detach | group , password , attachments , type | grooming | llInstantMessage(CORRADE, wasKeyValueEncode( [ "command", "detach", "group", wasURLEscape(GROUP), "password", wasURLEscape(PASSWORD), // Helmet and Milk Bottle are object names in the inventory // ... You can also use UUIDs for inventory items. "type", "path", "attachments", wasListToCSV( [ "/My Inventory/My Outfit/Helmet", "/My Inventory/Cool Stuff/Milk Bottle" ] ) ] ) ); |
Parameter | Possible Value | Description |
---|---|---|
type | path | Detach the attachments list by a path to inventory items. |
UUID | Detach the attachments list by inventory UUID. |
|
slot | Detach the attachments list by attachment slot. |
Optional Parameters | Possible Value | Description |
---|---|---|
deanimate | True or False | Whether to stop all non-Linden animation after detaching. |
data
parameter.