31 July 2019
selection
parameter.19 May 2015
range
is now an optional parameter and not required to locate the item.setobjectrotation (Commands) | |
---|---|
Type | Corrade progressive command |
Command | setobjectrotation |
Description | The setobjectrotation command can be used to set the rotation of an object. |
Permissions | interact |
Parameters | group , password , item , rotation |
Last Changes | Release 8.12 - range is now an optional parameter and not required to locate the item. |
The setobjectrotation
command can be used to set the rotation of an object.
Command | Required Parameters | Required Corrade Permissions | Example |
---|---|---|---|
setobjectrotation | group , password , item , rotation | interact | llInstantMessage(CORRADE, wasKeyValueEncode( [ // sets the rotation of the // primitive or object chair // to 90 deg. on the X axis "command", "setobjectrotation", "group", wasURLEscape(GROUP), "password", wasURLEscape(PASSWORD), "item", "Chair", "range", 5, "rotation", llEuler2Rot(<90, 0, 0>*DEG_TO_RAD) ] ) ); |
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.