llStartObjectAnimation

From Second Life Wiki
Revision as of 11:58, 30 August 2017 by Vir Linden (talk | contribs) (Created page with "{{LSL_Function |func_id=504|func_sleep=0.0|func_energy=10.0 |func=llStartObjectAnimation|sort=StartObjectAnimation |p1_type=string|p1_name=anim|p1_desc=an item in the inventor...")
(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: llStartObjectAnimation( string anim );
REQUEST Function ID
0.0 Forced Delay
10.0 Energy

Start animation for the current object.

• string anim an item in the inventory of the current object

Examples

See Also

Functions

•  llStopObjectAnimation Stop 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 llStartObjectAnimation( string anim );