ll.GetForce

ll.GetForce () -> vector

Returns the force (if the script is physical). Returns the current force if the script is physical.

Example

ll.GetForce()
Raw function spec json
{
  "def": "func",
  "desc": "Returns the force (if the script is physical).\nReturns the current force if the script is physical.",
  "energy": 10,
  "sleep": 0,
  "must_use": true,
  "link": "https://wiki.secondlife.com/wiki/LlGetForce",
  "private": false,
  "takesSelf": false,
  "name": "GetForce",
  "signatures": [
    {
      "def": "signature",
      "result": [
        {
          "name": "",
          "def": "result",
          "desc": "",
          "variadic": false,
          "type": [
            {
              "def": "simple",
              "value": "vector"
            }
          ],
          "optional": false
        }
      ],
      "args": []
    }
  ]
}

< Back to ll