31 July 2019
selection
parameter.11 June 2016
getobjectdata (Commands) | |
---|---|
Type | Corrade progressive command |
Command | getobjectdata |
Description | Corrade can query data on objects using the getobjectdata command. |
Permissions | interact |
Parameters | group , password , item , data |
Last Changes | Release 9.90 - added. |
Corrade can query data on objects using the getobjectdata
command.
Command | Required Parameters | Required Corrade Permissions | Example |
---|---|---|---|
getobjectdata | group , password , item , data | interact | llInstantMessage(CORRADE, wasKeyValueEncode( [ "command", "getobjectdata", "group", wasURLEscape(GROUP), "password", wasURLEscape(PASSWORD), "item", "Vendor", // searches in a 5m range "range", "5", // returns the position and primitive text as CSV "data", wasListToCSV( [ "Position", "Text" ] ), "callback", wasURLEscape(URL) ] ) ); |
The data
parameter follows the libopenmetaverse Primitive structure and sub-structures.
Optional Parameter | Possible Value | Description |
---|---|---|
range | A range in meters. | The spherical distance from Corrade in which to locate the item. |
selection | attached , rezzed or all (default: all ) | Either attached , rezzed or all for selecting only primitives or objects attached to avatars, primitives or objects rezzed in-world or all primitives or objects respectively. |
selection
parameter appropriately when it is known beforehand whether the sought object is either attached to an avatar or rezzed in-world can greatly improve the search time and speed up the command.For the copyright, license, warranty and privacy terms for the usage of this website please see the license, privacy, copyright and the plagiarism pages.