13 May 2021
31 July 2019
selection
parameter.14 October 2018
getobjectlink (Commands) | |
---|---|
Type | Corrade progressive command |
Command | getobjectlink |
Description | The getobjectlink command will return a CSV list of UUIDs by name of all child primitives of an object. |
Permissions | interact |
Parameters | group , password , |
Last Changes | C10 - added. |
The getobjectlink
command will return a CSV list of UUIDs by name of all child primitives of an object.
Command | Required Parameters | Required Corrade Permissions | Example |
---|---|---|---|
tag | group , password | interact | llInstantMessage(CORRADE, wasKeyValueEncode( [ "command", "getobjectlink", "group", wasURLEscape(GROUP), "password", wasURLEscape(PASSWORD), // The object ''Hardy'' must be in range. "item", "Hardy", "callback", wasURLEscape(URL) ] ) ); |
Optional Parameter | Possible Value | Description |
---|---|---|
range | A float. | Search for the object in the given range. |
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. |