ll.GetAccel () -> vectorReturns the acceleration of the object relative to the region's axes. Gets the acceleration of the object.
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,
"must_use": true,
"link": "https://wiki.secondlife.com/wiki/LlGetAccel",
"private": false,
"takesSelf": false,
"name": "GetAccel",
"signatures": [
{
"def": "signature",
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
{
"def": "simple",
"value": "vector"
}
],
"optional": false
}
],
"args": []
}
]
}