llStopObjectAnimation

From Second Life Wiki
Revision as of 12:00, 30 August 2017 by Vir Linden (talk | contribs) (Created page with "{{LSL_Function |func_id=505|func_sleep=0.0|func_energy=10.0 |func=llStopObjectAnimation|sort=StopObjectAnimation |p1_type=string|p1_name=anim|p1_desc=an item in the inventory...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Emblem-important-yellow.png LSL Feature Request
The described function does not exist. This article is a feature request.

Summary

Function: llStopObjectAnimation( string anim );
REQUEST Function ID
0.0 Forced Delay
10.0 Energy

Stop an animation for the current object.

• string anim an item in the inventory of the current object, or an animation uuid

Examples

See Also

Functions

•  llStartObjectAnimation Start playing an animation in the current object
•  llGetObjectAnimationNames List currently playing animations in the current object

Deep Notes

Search JIRA for related Issues

Signature

//function void llStopObjectAnimation( string anim );