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.
getobjectpermissions (Commands)
TypeCorrade progressive command
Commandgetobjectpermissions
DescriptionThe getobjectpermissions command can be used to set the permissions of an object.
Permissionsinteract
Parametersgroup, password, item
Last ChangesRelease 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.

Notes


secondlife/scripted_agents/corrade/api/commands/getobjectpermissions.txt ยท Last modified: 2022/11/24 07:46 by 127.0.0.1

Access website using Tor Access website using i2p Wizardry and Steamworks PGP Key


For the contact, copyright, license, warranty and privacy terms for the usage of this website please see the contact, license, privacy, copyright.