Get Region Terrain Heights

26 September 2015

  • Release 9.19 - added.

<data Commands> Type: Corrade progressive command Command[wiki]: getregionterrainheights Description[wiki]: The getregionterrainheights command returns the estate heights of the current region. Permissions[wiki]: land Parameters[wiki]: group, password Last Changes[wiki]: Release 9.19 - added. </data>

The getregionterrainheights command returns the estate heights of the current region.

Command Required Parameters Required Corrade Permissions Required Abilities Example
getregionterrainheights group, password land
llInstantMessage(CORRADE,
    wasKeyValueEncode(
        [
            "command", "getregionterrainheights",
            "group", wasURLEscape(GROUP),
            "password", wasURLEscape(PASSWORD),
            "callback", wasURLEscape(URL)
        ]
    )
);

The command returns in data a CSV list of heights, in order: Low SW, High SW, Low NW, High NW, Low SE, High SE, Low NE, High NE.