Difference between revisions of "LlGetRegionMoonRotation"

From Second Life Wiki
Jump to navigation Jump to search
(Created page with "{{LSL_Function |func=llGetRegionMoonRotation|return_type=rotation |func_desc=Return the rotation applied to the moon for the region at the location of the object containing th...")
 
Line 1: Line 1:
{{LSL_Function
{{LSL_Function
|func=llGetRegionMoonRotation|return_type=rotation
|func=llGetRegionMoonRotation|return_type=rotation
|func_desc=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, [[llGetMoonRoation]] does the same for the parcel.  If there is no custom environment applied to parcel [[llGetMoonRotation]] returns the same value as [[llGetRegionMoonRotation]].
|func_desc=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]].


|also_functions=
|also_functions=

Revision as of 16:30, 1 February 2019

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

Examples

Deep Notes

Search JIRA for related Issues

Signature

function rotation llGetRegionMoonRotation();