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. |
selection | attached , rezzed or all (default: all ) | Either attached , rezzed or all for selecting only primitives or objects attached to avatars, primitives or objects rezzed in-world or all primitives or objects respectively. |
The value returned by Corrade will be a string of permissions formatted in the Corrade permissions notation.
selection
parameter appropriately when it is known beforehand whether the sought object is either attached to an avatar or rezzed in-world can greatly improve the search time and speed up the command.For the copyright, license, warranty and privacy terms for the usage of this website please see the license, privacy, copyright and the plagiarism pages.