ll.GetOmega

ll.GetOmega() : vector

Returns the rotation velocity in radians per second. Returns a vector that is the rotation velocity of the object in radians per second.

Example

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,
  "pure": true,
  "link": "https://wiki.secondlife.com/wiki/LlGetOmega",
  "name": "GetOmega",
  "signatures": [
    {
      "result": [
        {
          "name": "",
          "def": "result",
          "desc": "",
          "variadic": false,
          "type": [
            "vector"
          ],
          "optional": false
        }
      ],
      "args": []
    }
  ]
}

< Back to ll