Set Primitive Position

31 July 2019

  • C10 - added the selection optional parameter.

19 May 2015

  • Release 8.12 - added.
setprimitiveposition (Commands)
TypeCorrade progressive command
Commandsetprimitiveposition
DescriptionThe setprimitiveposition command can be used to set the position of a primitive (in a local frame).
Permissionsinteract
Parametersgroup, password, item, position
Last ChangesRelease 8.12 - added.

The setprimitiveposition command can be used to set the position of a primitive (in a local frame).

Command Required Parameters Required Corrade Permissions Example
setprimitiveposition group, password, item, position interact
llInstantMessage(CORRADE,
    wasKeyValueEncode(
        [
            // set the position of the
            // primitive leg, 5m above the
            // root of the object
            "command", "setprimitiveposition",
            "group", wasURLEscape(GROUP),
            "password", wasURLEscape(PASSWORD),
            "item", "leg",
            "range", 5,
            "position", llGetPos() + <0, 0, 5>
        ]
    )
);
Optional Parameter Possible Value Description
range A range in meters. The spherical distance from Corrade in which to locate the item.

Notes