ll.GetSunDirection() : vector
Returns 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,
"pure": true,
"link": "https://wiki.secondlife.com/wiki/LlGetSunDirection",
"name": "GetSunDirection",
"signatures": [
{
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
"vector"
],
"optional": false
}
],
"args": []
}
]
}