ll.StartAnimation

ll.StartAnimation (Animation: string) -> ()

This function plays the specified animation from playing on the avatar who received the script's most recent permissions request. Animation may be an animation in task inventory or a built-in animation. Requires PERMISSION_TRIGGER_ANIMATION.

Example

ll.StartAnimation('test')
Raw function spec json
{
  "def": "func",
  "desc": "This function plays the specified animation from playing on the avatar who received the script's most recent permissions request.\nAnimation may be an animation in task inventory or a built-in animation.\nRequires PERMISSION_TRIGGER_ANIMATION.",
  "energy": 10,
  "sleep": 0,
  "must_use": false,
  "link": "https://wiki.secondlife.com/wiki/LlStartAnimation",
  "private": false,
  "takesSelf": false,
  "name": "StartAnimation",
  "signatures": [
    {
      "def": "signature",
      "result": [
        {
          "name": "",
          "def": "result",
          "desc": "",
          "variadic": false,
          "type": [
            {
              "def": "simple",
              "value": "()"
            }
          ],
          "optional": false
        }
      ],
      "args": [
        {
          "def": "arg",
          "name": "Animation",
          "desc": "",
          "type": [
            {
              "def": "simple",
              "value": "string"
            }
          ],
          "variadic": false,
          "optional": false
        }
      ]
    }
  ]
}

< Back to ll