31 July 2019
selection parameter.19 May 2015
range is now an optional parameter and not required to locate the item.
The setobjectpermissions command can be used to set the permissions of an object.
| Command | Required Parameters | Required Corrade Permissions | Example |
|---|---|---|---|
setobjectpermissions | group, password, item, permissions | interact | llInstantMessage(CORRADE, wasKeyValueEncode( [ // set the next owner permission on the chair // to copy, transfer an no modification "command", "setobjectpermissions", "group", wasURLEscape(GROUP), "password", wasURLEscape(PASSWORD), "item", "Chair", "range", 5, "permissions", wasURLEscape("c--mvt------------c---vtc--mvt") ] ) ); |
| Optional Parameter | Possible Value | Description |
|---|---|---|
range | A range in meters. | The spherical distance from Corrade in which to locate the item. |
The value passed to the permissions key must be formatted in the Corrade permissions notation.
For the contact, copyright, license, warranty and privacy terms for the usage of this website please see the contact, license, privacy, copyright.