Set Object Rotation

31 July 2019

  • C10 - added the selection parameter.

19 May 2015

  • Release 8.12 - range is now an optional parameter and not required to locate the item.

<data Commands> Type: Corrade progressive command Command[wiki]: setobjectrotation Description[wiki]: The setobjectrotation command can be used to set the rotation of an object. Permissions[wiki]: interact Parameters[wiki]: group, password, item, rotation Last Changes[wiki]: Release 8.12 - range is now an optional parameter and not required to locate the item. </data>

The setobjectrotation command can be used to set the rotation of an object.

Command Required Parameters Required Corrade Permissions Example
setobjectrotation group, password, item, rotation interact
llInstantMessage(CORRADE,
    wasKeyValueEncode(
        [
            // sets the rotation of the
            // primitive or object chair
            // to 90 deg. on the X axis
            "command", "setobjectrotation",
            "group", wasURLEscape(GROUP),
            "password", wasURLEscape(PASSWORD),
            "item", "Chair",
            "range", 5,
            "rotation", llEuler2Rot(<90, 0, 0>*DEG_TO_RAD)
        ]
    )
);
Optional Parameter Possible Value Description
range A range in meters. The spherical distance from Corrade in which to locate the item.

Notes


secondlife/scripted_agents/corrade/api/commands/setobjectrotation.txt ยท Last modified: by 127.0.0.1

Wizardry and Steamworks

© 2025 Wizardry and Steamworks

Access website using Tor Access website using i2p Wizardry and Steamworks PGP Key


For the contact, copyright, license, warranty and privacy terms for the usage of this website please see the contact, license, privacy, copyright.