15 August 2021
gettemproaryattachments (Commands) | |
---|---|
Type | Corrade progressive command |
Command | gettemporaryattachments |
Description | The gettemporaryattachments command will return a list of attachment points by object UUID of the worn temporary objects such as objects attached via the LSL function llAttachToAvatarTemp . |
Permissions | grooming |
Parameters | group , password |
Last Changes | C11 - added. |
The gettemporaryattachments
command will return a list of attachment points by object UUID of the worn temporary objects such as objects attached via the LSL function llAttachToAvatarTemp
.
Command | Required Parameters | Required Corrade Permissions | Example |
---|---|---|---|
gettemporaryattachments | group , password | grooming | llInstantMessage(CORRADE, wasKeyValueEncode( [ "command", "gettemporaryattachments", "group", wasURLEscape(GROUP), "password", wasURLEscape(PASSWORD), "callback", wasURLEscape(URL) ] ) ); |
The command returns a CSV list of attachment points, by object UUID of all worn temporary objects.