ll.GetRegionTimeDilation () -> numberReturns 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.
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,
"must_use": true,
"link": "https://wiki.secondlife.com/wiki/LlGetRegionTimeDilation",
"private": false,
"takesSelf": false,
"name": "GetRegionTimeDilation",
"signatures": [
{
"def": "signature",
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
{
"def": "simple",
"value": "number"
}
],
"optional": false
}
],
"args": []
}
]
}