Set Region Terrain Textures

6 October 2016

  • Release 9.133 - The command now can take a path instead of a name.

26 September 2015

  • Release 9.19 - added.
setregionterraintextures (Commands)
TypeCorrade progressive command
Commandsetregionterraintextures
DescriptionThe setregionterraintextures command sets the estate textures for the current region. The command requires that Corrade is an estate manager.
Permissionsland
Parametersgroup, password, data
Last ChangesRelease 9.133 - The command now can take a path instead of a name.

The setregionterraintextures command sets the estate textures for the current region. The command requires that Corrade is an estate manager.

Command Required Parameters Required Corrade Permissions Required Abilities Example
setregionterraintextures group, password, data land Corrade must be an estate manager.
llInstantMessage(CORRADE,
    wasKeyValueEncode(
        [
            "command", "setregionterraintextures",
            "group", wasURLEscape(GROUP),
            "password", wasURLEscape(PASSWORD),
            "data", wasListToCSV(
                [
                    "sand", // Low
                    "39827078-24b1-49bf-bd15-32d2dd4c4787", // Middle Low
                    "e68ef846-e757-4fcd-b4e8-0929b05a3ddc", // Middle High
                    "a143a98c-7d1f-49cd-afe4-ccb2f01482ba" // High
                ]
            ),
            "callback", wasURLEscape(URL)
        ]
    )
);

The CSV list passed to the "data" key can consist of texture UUIDs or the path to a texture in Corrade's inventory. This command is compatible with the getregionterraintextures command.


secondlife/scripted_agents/corrade/api/commands/setregionterraintextures.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.