ll.GetRegionTimeDilation

ll.GetRegionTimeDilation() : number

Returns the current time dilation as a float between 0.0 (full dilation) and 1.0 (no dilation). Returns the current time dilation as a float between 0.0 and 1.0.

Example

ll.GetRegionTimeDilation()
{
  "def": "func",
  "desc": "Returns the current time dilation as a float between 0.0 (full dilation) and 1.0 (no dilation).\nReturns the current time dilation as a float between 0.0 and 1.0.",
  "energy": 10,
  "sleep": 0,
  "pure": true,
  "link": "https://wiki.secondlife.com/wiki/LlGetRegionTimeDilation",
  "name": "GetRegionTimeDilation",
  "signatures": [
    {
      "result": [
        {
          "name": "",
          "def": "result",
          "desc": "",
          "variadic": false,
          "type": [
            "number"
          ],
          "optional": false
        }
      ],
      "args": []
    }
  ]
}

< Back to ll