Stop an animation action
| <node3d:avatar>.stopAction( | |
| animation | |
| delay = viz.AVATAR_DELAY |
)
animation
Animation number
delay = viz.AVATAR_DELAY
The amount of seconds to blend the animation out of execution.
This command will stop the animation if it is currently being executed.
None