ll.GetRegionMoonDirection

ll.GetRegionMoonDirection() : vector

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

Example

ll.GetRegionMoonDirection()
{
  "def": "func",
  "desc": "Returns a normalized vector of the direction of the moon in the region.\nReturns the moon's direction on the simulator.",
  "energy": 10,
  "sleep": 0,
  "pure": true,
  "link": "https://wiki.secondlife.com/wiki/LlGetRegionMoonDirection",
  "name": "GetRegionMoonDirection",
  "signatures": [
    {
      "result": [
        {
          "name": "",
          "def": "result",
          "desc": "",
          "variadic": false,
          "type": [
            "vector"
          ],
          "optional": false
        }
      ],
      "args": []
    }
  ]
}

< Back to ll