Difference between revisions of "LlGetAnimation"

From Second Life Wiki
Jump to navigation Jump to search
m (fixe)
Line 18: Line 18:
{{!}}
{{!}}
{{!}}-
{{!}}-
{{!}}"Hovering"
{{!}}"CrouchWalking"
{{!}}
{{!}}-
{{!}}"Falling Down"
{{!}}
{{!}}
{{!}}-
{{!}}-
{{!}}"Hovering Down"
{{!}}"Flying"
{{!}}
{{!}}
{{!}}-
{{!}}-
{{!}}"Hovering Up"
{{!}}"FlyingSlow"
{{!}}
{{!}}
{{!}}-
{{!}}-
{{!}}"Jumping"
{{!}}"Hovering"
{{!}}
{{!}}
{{!}}-
{{!}}-
{{!}}"PreJumping"
{{!}}"Hovering Down"
{{!}}
{{!}}
{{!}}-
{{!}}-
{{!}}"Running"
{{!}}"Hovering Up"
{{!}}
{{!}}
{{!}}}
{{!}}}
Line 42: Line 45:
!Description
!Description
{{!}}-
{{!}}-
{{!}}"Sitting"
{{!}}"Jumping"
{{!}}Sitting on an object.
{{!}}
{{!}}-
{{!}}-
{{!}}"Sitting on Ground"
{{!}}"Landing"
{{!}}
{{!}}
{{!}}-
{{!}}-
{{!}}"Standing"
{{!}}"PreJumping"
{{!}}
{{!}}
{{!}}-
{{!}}-
{{!}}"Striding"
{{!}}"Running"
{{!}}
{{!}}
{{!}}-
{{!}}-
{{!}}"Flying"
{{!}}"Sitting"
{{!}}Sitting on an object.
{{!}}-
{{!}}"Sitting on Ground"
{{!}}
{{!}}
{{!}}-
{{!}}-
{{!}}"FlyingSlow"
{{!}}"Standing"
{{!}}
{{!}}
{{!}}-
{{!}}-
{{!}}"Falling Down"
{{!}}"Striding"
{{!}}
{{!}}
{{!}}}
{{!}}}
Line 70: Line 76:
{{!}}-
{{!}}-
{{!}}"Standing Up"
{{!}}"Standing Up"
{{!}}After falling from a great distance.
{{!}}After falling a great distance.
{{!}}-
{{!}}"Landing"
{{!}}
{{!}}-
{{!}}-
{{!}}"Soft Landing"
{{!}}"Soft Landing"
{{!}}
{{!}}-
{{!}}"CrouchWalking"
{{!}}
{{!}}
{{!}}-
{{!}}-
Line 88: Line 88:
{{!}}-
{{!}}-
{{!}}"Walking"
{{!}}"Walking"
{{!}}
{{!}}-
{{!}}"Taking Off"
{{!}}
{{!}}
{{!}}}
{{!}}}

Revision as of 23:48, 29 January 2008

Summary

Function: string llGetAnimation( key id );

Returns a string that is the name of the currently playing locomotion animation for avatar id. See the table below.

• key id avatar UUID that is in the same region

llGetAgentInfo and llGetAnimationList provide more detailed information about the avatar state then this function does, it is recommended that you use them instead.

Value Description
"Crouching"
"CrouchWalking"
"Falling Down"
"Flying"
"FlyingSlow"
"Hovering"
"Hovering Down"
"Hovering Up"
Value Description
"Jumping"
"Landing"
"PreJumping"
"Running"
"Sitting" Sitting on an object.
"Sitting on Ground"
"Standing"
"Striding"
Value Description
"Standing Up" After falling a great distance.
"Soft Landing"
"Turning Left"
"Turning Right"
"Walking"
"Taking Off"

Examples

See Also

Functions

•  llGetAgentInfo
•  llGetAnimationList

Deep Notes

Search JIRA for related Issues

Signature

function string llGetAnimation( key id );