ll.GetMoonDirection

ll.GetMoonDirection() : vector

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

Example

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

< Back to ll