31 July 2019
selection parameter.21 August 2015
data key as per all other commands.19 May 2015
The getobjectpermissions command can be used to set the permissions of an object.
| Command | Required Parameters | Required Corrade Permissions | Example |
|---|---|---|---|
getobjectpermissions | group, password, item | interact | llInstantMessage(CORRADE, wasKeyValueEncode( [ // set the next owner permission on the chair // to copy, transfer an no modification "command", "getobjectpermissions", "group", wasURLEscape(GROUP), "password", wasURLEscape(PASSWORD), "item", "Chair", "range", 5 ] ) ); |
| Optional Parameter | Possible Value | Description |
|---|---|---|
range | A range in meters. | The spherical distance from Corrade in which to locate the item. |
The value returned by Corrade will be a string of permissions formatted in the Corrade permissions notation.