Difference between revisions of "LlGetAnimationList/fr"

From Second Life Wiki
Jump to navigation Jump to search
(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...)
 
Line 4: Line 4:
|func_footnote
|func_footnote
|func_desc
|func_desc
|return_text=of all playing animations for avatar '''id''' by key.
|return_text=de toutes les animations jouées (actuellement) par l'avatar identifié par la clé '''id'''.
|spec
|spec
|caveats=*There is no internal mechanism to get the name of the animations playing.
|caveats=*Il n'existe aucune fonction ou mécanique interne pour obtenir le nom d'une animation jouée.
|constants
|constants
|examples
|examples
|helpers
|helpers
|also_functions={{LSL DefineRow||[[llGetAgentInfo]]|Gets the avatar info}}
|also_functions={{LSL DefineRow||[[llGetAgentInfo]]|Renvoie des informations sur l'avatar}}
{{LSL DefineRow||[[llGetAnimation]]|Get an over simplified avatar info string}}
{{LSL DefineRow||[[llGetAnimation]]|Renvoie une information sur l'animation de déplacement en cours}}
{{LSL DefineRow||[[llStartAnimation]]|Start an animation on an avatar}}
{{LSL DefineRow||[[llStartAnimation]]|Lance une animation}}
{{LSL DefineRow||[[llStopAnimation]]|Stop an animation playing on an avatar}}
{{LSL DefineRow||[[llStopAnimation]]|Stop une animation en cours}}
|also_events
|also_events
|also_tests
|also_tests

Revision as of 15:34, 9 January 2008

Summary

Function: list llGetAnimationList( key id );

Returns a list de toutes les animations jouées (actuellement) par l'avatar identifié par la clé id.

• key id avatar UUID that is in the same region

Caveats

  • Il n'existe aucune fonction ou mécanique interne pour obtenir le nom d'une animation jouée.
All Issues ~ Search JIRA for related Bugs

Examples

See Also

Functions

•  llGetAgentInfo Renvoie des informations sur l'avatar
•  llGetAnimation Renvoie une information sur l'animation de déplacement en cours
•  llStartAnimation Lance une animation
•  llStopAnimation Stop une animation en cours

Deep Notes

Search JIRA for related Issues

Signature

function list llGetAnimationList( key id );