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