Difference between revisions of "LlGetAnimationList"

From Second Life Wiki
Jump to navigation Jump to search
m (Multi-lang)
m (fixe)
Line 1: Line 1:
{{Multi-lang}}
{{LSL Function/avatar|id|sim=*}}{{LSL_Function
{{LSL Function/avatar|id|sim=*}}{{LSL_Function
|func_id=266|func_sleep=0.0|func_energy=10.0
|func_id=266|func_sleep=0.0|func_energy=10.0

Revision as of 13:01, 29 January 2008

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 no 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 );