ll.GetAccel

ll.GetAccel() : vector

Returns the acceleration of the object relative to the region's axes. Gets the acceleration of the object.

Example

ll.GetAccel()
{
  "def": "func",
  "desc": "Returns the acceleration of the object relative to the region's axes.\nGets the acceleration of the object.",
  "energy": 10,
  "sleep": 0,
  "pure": true,
  "link": "https://wiki.secondlife.com/wiki/LlGetAccel",
  "name": "GetAccel",
  "signatures": [
    {
      "result": [
        {
          "name": "",
          "def": "result",
          "desc": "",
          "variadic": false,
          "type": [
            "vector"
          ],
          "optional": false
        }
      ],
      "args": []
    }
  ]
}

< Back to ll