Difference between revisions of "LlGetObjectAnimationNames"

From Second Life Wiki
Jump to navigation Jump to search
(Created page with "{{LSL_Function |func_id=506|func_sleep=0.0|func_energy=10.0 |func=llGetObjectAnimationNames|return_type=list |func_desc |return_text=names of animations playing in the current...")
 
Line 3: Line 3:
|func=llGetObjectAnimationNames|return_type=list
|func=llGetObjectAnimationNames|return_type=list
|func_desc
|func_desc
|return_text=names of animations playing in the current object
|return_text=of names of animations playing in the current object
|spec
|spec
|also_functions={{LSL DefineRow||[[llStartObjectAnimation]]|Start playing an animation in the current object}}
|also_functions={{LSL DefineRow||[[llStartObjectAnimation]]|Start playing an animation in the current object}}
{{LSL DefineRow||[[llStopAnimation]]|Stop playing an animation in the current object}}
{{LSL DefineRow||[[llStopObjectAnimation]]|Stop playing an animation in the current object}}
|cat1=Animation
|cat1=Animation
|mode=request
|mode=request
}}
}}

Revision as of 12:07, 30 August 2017

Emblem-important-yellow.png LSL Feature Request
The described function does not exist. This article is a feature request.

Summary

Function: list llGetObjectAnimationNames( );
REQUEST Function ID
0.0 Forced Delay
10.0 Energy

Returns a list of names of animations playing in the current object

Examples

See Also

Functions

•  llStartObjectAnimation Start playing an animation in the current object
•  llStopObjectAnimation Stop playing an animation in the current object

Deep Notes

Search JIRA for related Issues

Signature

//function list llGetObjectAnimationNames();