Set Parcel Data

24 June 2017

  • Release 9.167 - added.
toggleparcelflags (Commands)
TypeCorrade progressive command
Commandtoggleparcelflags
DescriptionThe toggleparcelflags command can be used to toggle individual parcel flags from the ParcelFlags enumeration.
Permissionsland
Parametersgroup, password, flags
Last ChangesRelease 9.167 - added.

The toggleparcelflags command can be used to toggle individual parcel flags from the ParcelFlags enumeration.

Command Required Parameters Required Corrade Permissions Example
toggleparcelflags group, password, flags land
llInstantMessage((key)CORRADE, 
    wasKeyValueEncode(
        [
            // Set the parcel underneath the specified
            // vector to allow flying and no damage.
            "command", "toggleparcelflags",
            "group", wasURLEscape(GROUP),
            "password", wasURLEscape(PASSWORD),
            "position", wasURLEscape("<194.392197, 72.896423, 23.951017>"),
            "flags", wasListToCSV(
                [
                    "AllowFly", "True",
                    "AllowDamage", "False"
                ]
            ),
            "callback", wasURLEscape(URL)
        ]
    )
);
Optional Parameters Possible Value Description
position A vector. A position over a parcel, or, if not specified, the affected parcel is the one that Corrade is currently on.
region A string representing a region name. Attempt to perform the command on the specified region. Note that Corrade must be connected to that region. If in doubt, please use the getconnectedregions command to determine whether the region you want to specify is currently connected.

secondlife/scripted_agents/corrade/api/commands/toggleparcelflags.txt ยท Last modified: 2023/09/27 10:10 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.