ll.GetObjectAnimationNames () -> listReturns a list of names of playing animations for an object. Returns a list of names of all playing animations for the current object.
ll.GetObjectAnimationNames()
{
"def": "func",
"desc": "Returns a list of names of playing animations for an object.\nReturns a list of names of all playing animations for the current object.",
"energy": 10,
"sleep": 0,
"must_use": true,
"link": "https://wiki.secondlife.com/wiki/LlGetObjectAnimationNames",
"private": false,
"takesSelf": false,
"name": "GetObjectAnimationNames",
"signatures": [
{
"def": "signature",
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
{
"def": "simple",
"value": "list"
}
],
"optional": false
}
],
"args": []
}
]
}