llGetAnimationList/fr

From Second Life Wiki
< LlGetAnimationList
Revision as of 15:22, 9 January 2008 by Gally Young (talk | contribs) (New page: {{LSL Function/avatar|id|sim=*}}{{LSL_Function |func_id=266|func_sleep=0.0|func_energy=10.0 |func=llGetAnimationList|return_type=list|p1_type=key|p1_name=id |func_footnote |func_desc |retu...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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