ll.StopAnimation

ll.StopAnimation(Animation: string) : ()

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

Example

ll.StopAnimation('test')
{
  "def": "func",
  "desc": "This function stops the specified animation on the avatar who received the script's most recent permissions request.\nAnimation may be an animation in task inventory, a built-in animation, or the uuid of an animation.\nRequires PERMISSION_TRIGGER_ANIMATION.",
  "energy": 10,
  "sleep": 0,
  "pure": false,
  "link": "https://wiki.secondlife.com/wiki/LlStopAnimation",
  "name": "StopAnimation",
  "signatures": [
    {
      "result": [
        {
          "name": "",
          "def": "result",
          "desc": "",
          "variadic": false,
          "type": [
            "()"
          ],
          "optional": false
        }
      ],
      "args": [
        {
          "def": "arg",
          "name": "Animation",
          "desc": "",
          "type": [
            "string"
          ],
          "variadic": false,
          "optional": false
        }
      ]
    }
  ]
}

< Back to ll