Get Parcel Objects Resource Details

25 February 2017

  • Release 9.157 - added.

<data Commands> Type: Corrade progressive command Command[wiki]: getparcelobjectsresourcedetaildata Description[wiki]: The getparcelobjectsresourcedetaildata command can be used to query the parcel resource details of all the objects on a given parcel by following the ObjectResourcesDetail structure. Permissions[wiki]: land Parameters[wiki]: group, password, data Last Changes[wiki]: Release 9.157 - added. </data>

The getparcelobjectsresourcedetaildata command can be used to query the parcel resource details of all the objects on a given parcel by following the ObjectResourcesDetail structure.

Command Required Parameters Required Corrade Permissions Example
getparcelobjectsresourcedetaildata group, password, data land
llInstantMessage(CORRADE,
    wasKeyValueEncode(
        [
            // gets the name and the UUID
            // of all the objects on the
            // parcel under the point vector
            // <243, 180, 20>
            "command", "getparcelobjectsresourcedetaildata",
            "group", wasURLEscape(GROUP),
            "password", wasURLEscape(PASSWORD),
            "Position", <243, 180, 20>,
            "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 only one object on a given parcel, then you can use the singular form getparcelobjectresourcedetaildata of this command.
  • The command can be used to retrieve the memory consumption (amongst others) of objects by setting data to "LandResources".

secondlife/scripted_agents/corrade/api/commands/getparcelobjectsresourcedetaildata.txt ยท Last modified: by office

Wizardry and Steamworks

© 2025 Wizardry and Steamworks

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.