31 July 2019
selection
optional parameter.19 May 2015
range
is now an optional parameter and not required to locate the item.setobjectname
to setprimitivename
.setprimitivename (Commands) | |
---|---|
Type | Corrade progressive command |
Command | setprimitivename |
Description | The setprimitivename command can be used to set the name of a primitive. |
Permissions | interact |
Parameters | group , password , item , name |
Last Changes | Release 8.12 - range is now optional and the command has been renamed from setobjectname to setprimitivename . |
The setprimitivename
command can be used to set the name of a primitive.
Command | Required Parameters | Required Corrade Permissions | Example |
---|---|---|---|
setprimitivename | group , password , item , name | interact | llInstantMessage(CORRADE, wasKeyValueEncode( [ // set the name of an object "command", "setprimitivename", "group", wasURLEscape(GROUP), "password", wasURLEscape(PASSWORD), "item", "Chair", "range", 5, "name", wasURLEscape("Cool Chair") ] ) ); |
Optional Parameter | Possible Value | Description |
---|---|---|
range | A range in meters. | The spherical distance from Corrade in which to locate the item. |