31 July 2019
selection
optional parameter.19 May 2015
range
is now an optional parameter and not required to locate the item.getparticlesystem (Commands) | |
---|---|
Type | Corrade progressive command |
Command | getparticlesystem |
Description | For any primitive in range with a set particle system, Corrade can serialize the particle system to an LSL-compatible parameter list. |
Permissions | interact |
Parameters | group , password , item |
Last Changes | Release 8.12 - range is now an optional parameter and not required to locate the item. |
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. |