ll.GetOmega () -> vectorReturns the rotation velocity in radians per second. Returns a vector that is the rotation velocity of the object in radians per second.
ll.GetOmega()
{
"def": "func",
"desc": "Returns the rotation velocity in radians per second.\nReturns a vector that is the rotation velocity of the object in radians per second.",
"energy": 10,
"sleep": 0,
"must_use": true,
"link": "https://wiki.secondlife.com/wiki/LlGetOmega",
"private": false,
"takesSelf": false,
"name": "GetOmega",
"signatures": [
{
"def": "signature",
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
{
"def": "simple",
"value": "vector"
}
],
"optional": false
}
],
"args": []
}
]
}