ll.GetRegionSunDirection () -> vectorReturns a normalized vector of the direction of the sun in the region. Returns the sun's direction on the simulator.
ll.GetRegionSunDirection()
{
"def": "func",
"desc": "Returns a normalized vector of the direction of the sun in the region.\nReturns the sun's direction on the simulator.",
"energy": 10,
"sleep": 0,
"must_use": true,
"link": "https://wiki.secondlife.com/wiki/LlGetRegionSunDirection",
"private": false,
"takesSelf": false,
"name": "GetRegionSunDirection",
"signatures": [
{
"def": "signature",
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
{
"def": "simple",
"value": "vector"
}
],
"optional": false
}
],
"args": []
}
]
}