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