OsSetRegionSunSettings

From OpenSimulator

Revision as of 19:57, 17 April 2015 by AlanTupper (Talk | contribs)

Jump to: navigation, search
void osSetRegionSunSettings(integer useEstateSun, integer sunFixed, float sunHour)
Sets the Sun parameters for the Region.

The useEstateSun flag enables/disables synchronization with the Sun settings for the Estate.

sunFixed determines whether the Sun will remain fixed in place or proceed through its cycle.

sunHour determines the time of day the Sun will be set to.

Threat Level Nuisance
Permissions No permissions specified
Extra Delay No function delay specified
Example(s)
default
 {
   state_entry( )
   {
           osSetRegionSunSettings( FALSE, TRUE, 12.0 );
               //Sets the region/ terrain-tab to non-estate, fixed-sun and at dusk settings.
   }
 }
Personal tools
General
About This Wiki