Difference between revisions of "LlGetAnimationList/fr"

From Second Life Wiki
Jump to navigation Jump to search
m (Proofread)
m
Line 1: Line 1:
{{Multi-lang}}
{{Multi-lang}}
{{LSL Function/avatar|id|sim=*}}{{LSL_Function/fr
{{LSL Function/avatar/fr|id|sim=*}}{{LSL_Function/fr
|func_id=266|func_sleep=0.0|func_energy=10.0
|func_id=266|func_sleep=0.0|func_energy=10.0
|func=llGetAnimationList|return_type=list|p1_type=key|p1_name=id
|func=llGetAnimationList|return_type=list|p1_type=key|p1_name=id

Revision as of 15:46, 10 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.