31 July 2019
selection
parameter.21 August 2015
data
key as per all other commands.19 May 2015
getobjectpermissions (Commands) | |
---|---|
Type | Corrade progressive command |
Command | getobjectpermissions |
Description | The getobjectpermissions command can be used to set the permissions of an object. |
Permissions | interact |
Parameters | group , password , item |
Last Changes | Release 8.44 - the command now returns the permissions in the data key as per all other commands. |
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.