Stop all Animations

30 October 2018

  • C10 - added.
deanimate (Commands)
TypeCorrade progressive command
Commanddeanimate
DescriptionThe deanimate command can be used to stop all active non-Linden animations.
Permissionsgrooming
Parametersgroup, password
Last ChangesC10 - added.

The deanimate command can be used to stop all active non-Linden animations.

Command Required Parameters Required Corrade Permissions Example
deanimate group, password grooming
llInstantMessage(CORRADE,
    wasKeyValueEncode(
        [
            // Stop all animations
            "command", "deanimate",
            "group", wasURLEscape(GROUP),
            "password", wasURLEscape(PASSWORD),
            "callback", wasURLEscape(URL)
        ]
    )
);