Set Region Terrain Heights

26 September 2015

  • Release 9.19 - added.
setregionterrainheights (Commands)
TypeCorrade progressive command
Commandsetregionterrainheights
DescriptionThe setregionterrainheights command sets the estate heights for the current region. The command requires that Corrade is an estate manager.
Permissionsland
Parametersgroup, password, data
Last ChangesRelease 9.19 - added.

The setregionterrainheights command sets the estate heights for the current region. The command requires that Corrade is an estate manager.

Command Required Parameters Required Corrade Permissions Required Abilities Example
setregionterrainheights group, password, data land Corrade must be an estate manager.
llInstantMessage(CORRADE,
    wasKeyValueEncode(
        [
            "command", "setregionterrainheights",
            "group", wasURLEscape(GROUP),
            "password", wasURLEscape(PASSWORD),
            "data", wasListToCSV(
                [
                    17, // Low SW
                    60, // High SW
                    17, // Low NW
                    60, // High NW
                    17, // Low SE
                    60, // High SE
                    17, // Low NE
                    60 // High NE
                ]
            ),
            "callback", wasURLEscape(URL)
        ]
    )
);

secondlife/scripted_agents/corrade/api/commands/setregionterrainheights.txt ยท Last modified: 2022/11/24 07:45 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.