Difference between revisions of "LlGetAnimationList/fr"

From Second Life Wiki
Jump to navigation Jump to search
m
m (Fixed)
Line 11: Line 11:
|examples
|examples
|helpers
|helpers
|also_functions={{LSL DefineRow||[[llGetAgentInfo]]|Renvoie des informations sur l'avatar}}
|also_functions={{LSL DefineRow||[[llGetAgentInfo/fr|llGetAgentInfo]]|Renvoie des informations sur l'avatar}}
{{LSL DefineRow||[[llGetAnimation]]|Renvoie une information sur l'animation de déplacement en cours}}
{{LSL DefineRow||[[llGetAnimation/fr|llGetAnimation]]|Renvoie une information sur l'animation de déplacement en cours}}
{{LSL DefineRow||[[llStartAnimation]]|Lance une animation}}
{{LSL DefineRow||[[llStartAnimation/fr|llStartAnimation]]|Lance une animation}}
{{LSL DefineRow||[[llStopAnimation]]|Stoppe une animation en cours}}
{{LSL DefineRow||[[llStopAnimation/fr|llStopAnimation]]|Stoppe une animation en cours}}
|also_events
|also_events
|also_tests
|also_tests

Revision as of 02:50, 11 January 2008

Description

Fonction: list llGetAnimationList( key id );

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

• key id UUID d'avatar qui est dans la même region

Avertissements

  • Il n'existe aucune fonction ou mécanique interne pour obtenir le nom d'une animation jouée.

Exemples

Voir également

Fonctions

•  llGetAgentInfo Renvoie des informations sur l'avatar
•  llGetAnimation Renvoie une information sur l'animation de déplacement en cours
•  llStartAnimation Lance une animation
•  llStopAnimation Stoppe une animation en cours
Vous cherchez encore des informations ? Peut-être cette page du LSLwiki pourra vous renseigner.