31 July 2019
selection
optional parameter.10 November 2018
batchsetprimitivedescriptions (Commands) | |
---|---|
Type | Corrade progressive command |
Command | batchsetprimitivedescriptions |
Description | The batchsetprimitivedescriptions command can be used to set the description for multiple primitives. |
Permissions | interact |
Parameters | group , password , item |
Last Changes | Release 10.1 - added. |
The batchsetprimitivedescriptions
command can be used to set the description for multiple objects.
Command | Required Parameters | Required Corrade Permissions | Example |
---|---|---|---|
batchsetprimitivedescriptions | group , password , item | interact | llInstantMessage(CORRADE, wasKeyValueEncode( [ "command", "batchsetprimitivedescriptions", "group", wasURLEscape(GROUP), "password", wasURLEscape(PASSWORD), "item", wasURLEscape( wasKeyValueEncode( [ "Chair", "My comfy chair!", "45f8d053-6390-4fb0-963f-39850985574b", "Oo, an item by UUID" ] ) ), "range", 5 ] ) ); |
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. |