ll.GetAnimationList (AvatarID: uuid) -> listReturns a list of keys of playing animations for an avatar. Returns a list of keys of all playing animations for the specified avatar ID.
ll.GetAnimationList(uuid(<key>))
{
"def": "func",
"desc": "Returns a list of keys of playing animations for an avatar.\nReturns a list of keys of all playing animations for the specified avatar ID.",
"energy": 10,
"sleep": 0,
"must_use": true,
"link": "https://wiki.secondlife.com/wiki/LlGetAnimationList",
"private": false,
"takesSelf": false,
"name": "GetAnimationList",
"signatures": [
{
"def": "signature",
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
{
"def": "simple",
"value": "list"
}
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "AvatarID",
"desc": "",
"type": [
{
"def": "simple",
"value": "uuid"
},
{
"def": "simple",
"value": "string"
}
],
"variadic": false,
"optional": false
}
]
}
]
}