Get Locations of Region Parcels

14 October 2018

  • C10 - added.
getregionparcellocations (Commands)
TypeCorrade progressive command
Commandgetregionparcellocations
DescriptionThe getregionparcellocations command will return a CSV list of parcel name, by parcel local ID by describing vector.
Permissionsland
Parametersgroup, password
Last ChangesC10 - added.

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