15 Auguest 2023
type
parameter.30 October 2018
6 October 2016
10 March 2015
animation (Commands) | |
---|---|
Type | Corrade progressive command |
Command | animation |
Description | The animation command can be used to either start or stop an animation. |
Permissions | grooming |
Parameters | group , password , item , action , type |
Last Changes | Release 9.133 - The command now can take a path instead of a name. |
The animation
command can be used to either start or stop an animation.
Command | Required Parameters | Required Corrade Permissions | Example |
---|---|---|---|
animation | group , password , item , action , type | grooming | llInstantMessage(CORRADE, wasKeyValueEncode( [ // Start the animation in Corrade's // inventory named "Dance" "command", "animation", "group", wasURLEscape(GROUP), "password", wasURLEscape(PASSWORD), "action", "start", "type", "inventory", // the path to an item in Corrade's inventory "item", "/My Inventory/Animations/Dance", "callback", wasURLEscape(URL) ] ) ); |
Parameter | Possible Value | Description |
---|---|---|
type | inventory | Start or stop an animation using an inventory path. |
UUID | Start or stop an animation using an UUID. |