30 October 2018
deanimate (Commands) | |
---|---|
Type | Corrade progressive command |
Command | deanimate |
Description | The deanimate command can be used to stop all active non-Linden animations. |
Permissions | grooming |
Parameters | group , password |
Last Changes | C10 - 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) ] ) ); |