Get Parcel Object Resource Details

25 February 2017

  • Release 9.157 - added.
getparcelobjectresourcedetaildata (Commands)
TypeCorrade progressive command
Commandgetparcelobjectresourcedetaildata
DescriptionThe getparcelobjectresourcedetaildata command can be used to query the parcel resource details of an object by following the ObjectResourcesDetail structure.
Permissionsland
Parametersgroup, password, data, item
Last ChangesRelease 9.157 - added.

The getparcelobjectresourcedetaildata command can be used to query the parcel resource details of an object by following the ObjectResourcesDetail structure.

Command Required Parameters Required Corrade Permissions Example
getparcelobjectresourcedetaildata group, password, data, item land
llInstantMessage(CORRADE,
    wasKeyValueEncode(
        [
            // gets the name and the UUID
            // of an object named "Palm Tree"
            // parcel that the bot is on
            "command", "getparcelobjectresourcedetaildata",
            "group", wasURLEscape(GROUP),
            "password", wasURLEscape(PASSWORD),
            "item", "Palm Tree",
            "data", wasListToCSV(
                [
                    "Name",
                    "ID"
                ]
            ),
            "callback", wasURLEscape(URL)
        ]
    )
);
Optional Parameters Description
position A positional vector that falls within a certain parcel.
region Attempt to perform the command on the specified region by name. 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 the current region that Corrade is used.

Notes

  • If you want to query all the objects on a given parcel, then you can use the plural form getparcelobjectsresourcedetaildata of this command.
  • The command can be used to retrieve the memory consumption (amongst others) of an object by setting data to "LandResources".

secondlife/scripted_agents/corrade/api/commands/getparcelobjectresourcedetaildata.txt ยท Last modified: 2023/09/27 10:10 by office

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.