LlGetRegionMoonRotation
Revision as of 08:52, 23 August 2022 by Jenna Huntsman (talk | contribs) (Add new related function.)
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Summary
Function: rotation llGetRegionMoonRotation( );
Return the rotation applied to the moon for the region at the location of the object containing the script. These function are altitude aware and so will pick up the moon for their current track. llGetRegionMoonRotation returns the rotation applied at the region level, llGetMoonRotation does the same for the parcel. If there is no custom environment applied to parcel llGetMoonRotation returns the same value as llGetRegionMoonRotation.
Returns a rotation
Caveats
Examples
See Also
Functions
• | llGetEnvironment | Newer function that consolidates many environment-based settings. | ||
• | llGetDayLength | |||
• | llGetDayOffset | |||
• | llGetMoonDirection | |||
• | llGetMoonRotation | |||
• | llGetSunDirection | |||
• | llGetSunRotation | |||
• | llGetRegionDayLength | |||
• | llGetRegionDayOffset | |||
• | llGetRegionMoonDirection | |||
• | llGetRegionMoonRotation | |||
• | llGetRegionSunDirection | |||
• | llGetRegionSunRotation |