ll.GetVel() : vector
Returns the velocity of the object. Returns a vector that is the velocity of the object.
ll.GetVel()
{
"def": "func",
"desc": "Returns the velocity of the object.\nReturns a vector that is the velocity of the object.",
"energy": 10,
"sleep": 0,
"pure": true,
"link": "https://wiki.secondlife.com/wiki/LlGetVel",
"name": "GetVel",
"signatures": [
{
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
"vector"
],
"optional": false
}
],
"args": []
}
]
}