ll.GetRegionSunDirection

ll.GetRegionSunDirection() : vector

Returns a normalized vector of the direction of the sun in the region. Returns the sun's direction on the simulator.

Example

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

< Back to ll