llGetAnimation/fr

From Second Life Wiki
< LlGetAnimation
Revision as of 01:19, 30 December 2007 by Catherine Pfeffer (talk | contribs) (Proofread)
Jump to navigation Jump to search

Summary

Function: string llGetAnimation( key id );

Returns a 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

Examples

See Also

Functions

•  llGetAgentInfo
•  llGetAnimationList

Deep Notes

Search JIRA for related Issues

Signature

function string llGetAnimation( key id );