ll.GetRegionMoonRotation() : quaternion
Returns the rotation applied to the moon in the region.
ll.GetRegionMoonRotation()
{
"def": "func",
"desc": "Returns the rotation applied to the moon in the region.",
"energy": 10,
"sleep": 0,
"pure": true,
"link": "https://wiki.secondlife.com/wiki/LlGetRegionMoonRotation",
"name": "GetRegionMoonRotation",
"signatures": [
{
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
"quaternion"
],
"optional": false
}
],
"args": []
}
]
}