ll.GetObjectAnimationNames

ll.GetObjectAnimationNames() : list

Returns a list of names of playing animations for an object. Returns a list of names of all playing animations for the current object.

Example

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,
  "pure": true,
  "link": "https://wiki.secondlife.com/wiki/LlGetObjectAnimationNames",
  "name": "GetObjectAnimationNames",
  "signatures": [
    {
      "result": [
        {
          "name": "",
          "def": "result",
          "desc": "",
          "variadic": false,
          "type": [
            "list"
          ],
          "optional": false
        }
      ],
      "args": []
    }
  ]
}

< Back to ll