ll.GetAnimation (AvatarID: uuid) -> stringReturns the name of the currently playing locomotion animation for the avatar id. Returns the currently playing animation for the specified avatar ID.
ll.GetAnimation(uuid(<key>))
{
"def": "func",
"desc": "Returns the name of the currently playing locomotion animation for the avatar id.\nReturns the currently playing animation for the specified avatar ID.",
"energy": 10,
"sleep": 0,
"must_use": true,
"link": "https://wiki.secondlife.com/wiki/LlGetAnimation",
"private": false,
"takesSelf": false,
"name": "GetAnimation",
"signatures": [
{
"def": "signature",
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
{
"def": "simple",
"value": "string"
}
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "AvatarID",
"desc": "",
"type": [
{
"def": "simple",
"value": "uuid"
},
{
"def": "simple",
"value": "string"
}
],
"variadic": false,
"optional": false
}
]
}
]
}