Get Object Permissions

31 July 2019

  • C10 - added the selection parameter.

21 August 2015

  • Release 8.44 - the command now returns the permissions in the data key as per all other commands.

19 May 2015

  • Release 8.12 - added.

<data Commands> Type: Corrade progressive command Command[wiki]: getobjectpermissions Description[wiki]: The getobjectpermissions command can be used to set the permissions of an object. Permissions[wiki]: interact Parameters[wiki]: group, password, item Last Changes[wiki]: Release 8.44 - the command now returns the permissions in the data key as per all other commands. </data>

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.

Notes