Get Locations of Region Parcels

14 October 2018

  • C10 - added.

<data Commands> Type: Corrade progressive command Command[wiki]: getregionparcellocations Description[wiki]: The getregionparcellocations command will return a CSV list of parcel name, by parcel local ID by describing vector. Permissions[wiki]: land Parameters[wiki]: group, password Last Changes[wiki]: C10 - added. </data>

The getregionparcellocations command will return a CSV list of parcel name, by parcel local ID by describing vector.

Command Required Parameters Required Corrade Permissions Example
getregionparcellocations group, password land
llInstantMessage(CORRADE,
    wasKeyValueEncode(
        [
            "command", "getregionparcellocations",
            "group", wasURLEscape(GROUP),
            "password", wasURLEscape(PASSWORD),
            "callback", wasURLEscape(URL)
        ]
    )
);
Optional Parameters Possible Value Description
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. If the region is not specified, then Corrade assumes that the region is the region that Corrade is currently on.

Note