Difference between revisions of "LlGetAnimationList"

From Second Life Wiki
Jump to navigation Jump to search
m
Line 6: Line 6:
|return_text=of all playing animations for avatar '''id''' by key.
|return_text=of all playing animations for avatar '''id''' by key.
|spec
|spec
|caveats=*There is no way to get the name of the animations playing.
|caveats=*There is internal mechanism to get the name of the animations playing.
|constants
|constants
|examples
|examples
|helpers
|helpers
|also_functions={{LSL DefineRow||[[llGetAgentInfo]]|}}
|also_functions={{LSL DefineRow||[[llGetAgentInfo]]|Gets the avatar info}}
{{LSL DefineRow||[[llGetAnimation]]|}}
{{LSL DefineRow||[[llGetAnimation]]|Get an over simplified avatar info string}}
{{LSL DefineRow||[[llStartAnimation]]|Start an animation on an avatar}}
{{LSL DefineRow||[[llStopAnimation]]|Stop an animation playing on an avatar}}
|also_events
|also_events
|also_tests
|also_tests

Revision as of 10:53, 28 October 2007

Summary

Function: list llGetAnimationList( key id );

Returns a list of all playing animations for avatar id by key.

• key id avatar UUID that is in the same region

Caveats

  • There is internal mechanism to get the name of the animations playing.
All Issues ~ Search JIRA for related Bugs

Examples

See Also

Functions

•  llGetAgentInfo Gets the avatar info
•  llGetAnimation Get an over simplified avatar info string
•  llStartAnimation Start an animation on an avatar
•  llStopAnimation Stop an animation playing on an avatar

Deep Notes

Search JIRA for related Issues

Signature

function list llGetAnimationList( key id );