15 Auguest 2023
type
parameter.30 October 2018
6 October 2016
10 March 2015
<data Commands>
Type: Corrade progressive command
Command[wiki]: animation
Description[wiki]: The animation
command can be used to either start or stop an animation.
Permissions[wiki]: grooming
Parameters[wiki]: group
, password
, item
, action
, type
Last Changes[wiki]: Release 9.133 - The command now can take a path instead of a name.
</data>
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. |