Delete Viewer Effect

26 December 2015

  • Release 9.45 - added the Sphere and Beam effects.

28 February 2015

  • Release 7.78 - finalised.

28 February 2015

  • Release 7.75 - initial add.
deleteviewereffect (Commands)
TypeCorrade progressive command
Commanddeleteviewereffect
DescriptionThe deleteviewereffect deletes a viewer effect by ID.
Permissionsinteract
Parametersgroup, password, effect, id
Last ChangesRelease 9.45 - added the Sphere and Beam effects.

The deleteviewereffect deletes a viewer effect by ID.

Command Required Parameters Required Corrade Permissions Example
deleteviewereffect group, password, effect, id interact
llInstantMessage(CORRADE,
    wasKeyValueEncode(
        [
            // Deletes a viewer effect.
            "command", "deleteviewereffect",
            "group", wasURLEscape(GROUP),
            "password", wasURLEscape(PASSWORD),
            "effect", "Look",
            "id", wasURLEscape("3d5a56af-70f2-4de0-82c5-3a4fa048233b"),
            "callback", wasURLEscape(URL)
        ]
    )
);
Parameter Possible Value
effect Look
Point
Beam
Sphere

Notes

  • Calling deleteviewereffect on an existing effect UUID as parameter to id is equivalent to calling setviewereffect with LookAtType respectively PointAtType set to Idle respectively None - the Look effect will be replaced with a dead beacon 1 meter in front of Corrade whilst the Point effect will be removed.
  • The same comments apply for the "setviewereffect" command regarding deleting look at beacons.

secondlife/scripted_agents/corrade/api/commands/deleteviewereffect.txt ยท Last modified: 2023/11/10 23:24 by office

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.