Difference between revisions of "LlGetAnimation/fr"

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

Revision as of 03:13, 30 December 2007

Description

Fonction: string llGetAnimation( key id );

Renvoie un string contenant le nom de l'animation que l'avatar id est en train de jouer. Voir la table ci-dessous.

• key id avatar UUID that is in the same region

llGetAgentInfo et llGetAnimationList fournissent plus d'informations détaillées sur l'état de l'avatar, il est recommandé de les utiliser à la place de cette fonction.

Value Description
"Crouching" S'accroupir
"Hovering" Flotter.
"Hovering Down" Voler vers le bas
"Hovering Up" Voler vers le haut
"Jumping" Sauter
"PreJumping" Se préparer à sauter
"Running" Courir
Value Description
"Sitting" S'asseoir sur un objet
"Sitting on Ground" S'asseoir sur le sol
"Standing" Se tenir debout
"Striding" Enjamber
"Flying" Voler
"FlyingSlow" Voler lentement
"Falling Down" Tomber
Value Description
"Standing Up" Se relever
"Landing" Atterrir
"Soft Landing" Atterrir en douceur
"CrouchWalking" Ramper
"Turning Left" Tourner à gauche
"Turning Right" Tourner à droite
"Walking" Marcher

Exemples

Voir également

Fonctions

•  llGetAgentInfo
•  llGetAnimationList
Vous cherchez encore des informations ? Peut-être cette page du LSLwiki pourra vous renseigner.