ll.GetAnimation

ll.GetAnimation(AvatarID: uuid) : string

Returns the name of the currently playing locomotion animation for the avatar id. Returns the currently playing animation for the specified avatar ID.

Example

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

< Back to ll