Get Particle System

31 July 2019

  • C10 - added the selection optional parameter.

19 May 2015

  • Release 8.12 - range is now an optional parameter and not required to locate the item.
getparticlesystem (Commands)
TypeCorrade progressive command
Commandgetparticlesystem
DescriptionFor any primitive in range with a set particle system, Corrade can serialize the particle system to an LSL-compatible parameter list.
Permissionsinteract
Parametersgroup, password, item
Last ChangesRelease 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.