Get Parcel Dwell

30 November 2019

  • C10 - added.
getparceldwell (Commands)
TypeCorrade progressive command
Commandgetparceldwell
DescriptionThe getparceldwell command retrieves the parcel dwell value for a parcel described by a point vector position.
Permissionsland
Parametersgroup, password, position
Last ChangesRelease 9.57 - added.

The getparceldwell command retrieves the parcel dwell value for a parcel described by a point vector position.

Command Required Parameters Required Corrade Permissions Example
getparceldwell group, password, position land
llInstantMessage(CORRADE,
    wasKeyValueEncode(
        [
            // gets the UUID of the texture
            // of the parcel snapshot and
            // the traffic score from a parcel
            // on the current region
            "command", "getparceldwell",
            "group", wasURLEscape(GROUP),
            "password", wasURLEscape(PASSWORD),
            "position", wasURLEscape(<128, 64, 0>),
            "callback", wasURLEscape(URL)
        ]
    )
);