18 August 2015
<data Commands>
Type: Corrade progressive command
Command[wiki]: createtree
Description[wiki]: Corrade can create a Linden tree by using the createtree
command.
Permissions[wiki]: interact
Parameters[wiki]: group
, password
, position
, type
Last Changes[wiki]: Release 8.41 - added.
</data>
Corrade can create a Linden tree by using the createtree
command.
Command | Required Parameters | Required Corrade Permissions | Example |
---|---|---|---|
createtree | group , password , position , type | interact | llInstantMessage(CORRADE, wasKeyValueEncode( [ "command", "createtree", "group", wasURLEscape(GROUP), "password", wasURLEscape(PASSWORD), // create the tree at the same location // as the primitive that contains this // script "position", wasURLEscape( (string)llGetPos() ), // create an oak tree "type", "Oak" ] ) ); |
Type is one of the tree types of the Tree enumeration.
Optional Parameter | Possible Value | Description |
---|---|---|
range | A range in meters. | The spherical distance from Corrade in which to locate the item. |
rotation | A rotation in quaternions. | The primitive rotation. If not specified, the primitive will have a zero rotation. |
region | A region name. | The region where to create the primitive. If not specified, the primitive will be created in the local simulator. |
scale | A vector describing the scale of the primitive to create. | The size of the the primitive to create. If not specified the primitive will be scaled to ![]() |
For the contact, copyright, license, warranty and privacy terms for the usage of this website please see the contact, license, privacy, copyright.