31 July 2019
selection optional parameter.19 May 2015
range is now an optional parameter and not required to locate the item.
<data Commands>
Type: Corrade progressive command
Command[wiki]: getparticlesystem
Description[wiki]: For any primitive in range with a set particle system, Corrade can serialize the particle system to an LSL-compatible parameter list.
Permissions[wiki]: interact
Parameters[wiki]: group, password, item
Last Changes[wiki]: Release 8.12 - range is now an optional parameter and not required to locate the item.
</data>
For any primitive in range with a set particle system, Corrade can serialize the particle system to an LSL-compatible parameter list.
| Command | Required Parameters | Required Corrade Permissions | Example |
|---|---|---|---|
getparticlesystem | group, password, item | interact | llInstantMessage(CORRADE, wasKeyValueEncode( [ "command", "getparticlesystem", "group", wasURLEscape(GROUP), "password", wasURLEscape(PASSWORD), "item", "Jet-Engine", // 5 meters "range", 5, "URL", wasURLEscape(URL) ] ) ); |
| 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. |
For the contact, copyright, license, warranty and privacy terms for the usage of this website please see the contact, license, privacy, copyright.