ll.GetAnimationList

ll.GetAnimationList(AvatarID: uuid) : list

Returns a list of keys of playing animations for an avatar. Returns a list of keys of all playing animations for the specified avatar ID.

Example

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

< Back to ll