Stop all Animations

30 October 2018

  • C10 - added.

<data Commands> Type: Corrade progressive command Command[wiki]: deanimate Description[wiki]: The deanimate command can be used to stop all active non-Linden animations. Permissions[wiki]: grooming Parameters[wiki]: group, password Last Changes[wiki]: C10 - added. </data>

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)
        ]
    )
);