Batch Set Object Rotations for Multiple Objects

31 July 2019

  • C10 - added the selection parameter.

10 November 2018

  • Release 10.1 - added.
batchsetobjectrotations (Commands)
TypeCorrade progressive command
Commandbatchsetobjectrotations
DescriptionThe batchsetobjectrotations command can be used to set the rotations for multiple objects.
Permissionsinteract
Parametersgroup, password, item
Last ChangesRelease 10.1 - added.

The batchsetobjectrotations command can be used to set the rotations of multiple objects.

Command Required Parameters Required Corrade Permissions Example
batchsetobjectrotations group, password, item interact
llInstantMessage(CORRADE,
    wasKeyValueEncode(
        [
            "command", "batchsetobjectrotations",
            "group", wasURLEscape(GROUP),
            "password", wasURLEscape(PASSWORD),
            "item", wasURLEscape(
                wasKeyValueEncode(
                    [
                        "Chair",
                        // Quaternion in vector format.
                        "<10, 230, 113, 0>",
                        "45f8d053-6390-4fb0-963f-39850985574b",
                        "<15, 10, 20, 200>"
                    ]
                )
            ),
            "range", 5
        ]
    )
);
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.

Notes

  • This command is a discrete plural of the setobjectrotation command.
  • Setting the selection parameter appropriately when it is known beforehand whether the sought object is either attached to an avatar or rezzed in-world can greatly improve the search time and speed up the command.

secondlife/scripted_agents/corrade/api/commands/batchsetobjectrotations.txt ยท Last modified: 2022/11/24 07:45 by 127.0.0.1

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.