Set Object Permissions

31 July 2019

  • C10 - added the selection parameter.

19 May 2015

  • Release 8.12
setobjectpermissions (Commands)
TypeCorrade progressive command
Commandsetobjectpermissions
DescriptionThe setobjectpermissions command can be used to set the permissions of an object.
Permissionsinteract
Parametersgroup, password, item, permissions
Last ChangesRelease 8.12 - range is optional and the command uses the Corrade permissions notation

The setobjectpermissions command can be used to set the permissions of an object.

Command Required Parameters Required Corrade Permissions Example
setobjectpermissions group, password, item, permissions interact
llInstantMessage(CORRADE,
    wasKeyValueEncode(
        [
            // set the next owner permission on the chair
            // to copy, transfer an no modification
            "command", "setobjectpermissions",
            "group", wasURLEscape(GROUP),
            "password", wasURLEscape(PASSWORD),
            "item", "Chair",
            "range", 5,
            "permissions", wasURLEscape("c--mvt------------c---vtc--mvt")
        ]
    )
);
Optional Parameter Possible Value Description
range A range in meters. The spherical distance from Corrade in which to locate the item.

The value passed to the permissions key must be formatted in the Corrade permissions notation.

Notes


secondlife/scripted_agents/corrade/api/commands/setobjectpermissions.txt ยท Last modified: 2023/09/01 17:36 by office

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.