30 November 2019
<data Commands>
Type: Corrade progressive command
Command[wiki]: getparceldwell
Description[wiki]: The getparceldwell
command retrieves the parcel dwell value for a parcel described by a point vector position.
Permissions[wiki]: land
Parameters[wiki]: group
, password
, position
Last Changes[wiki]: Release 9.57 - added.
</data>
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) ] ) ); |