OsSetRegionSunSettings

From OpenSimulator

Revision as of 13:19, 11 June 2011 by Fritigern (Talk | contribs)

Jump to: navigation, search
OsSetRegionSunSettings
Threat Level Nuisance
Function Syntax
osSetRegionSunSettings(bool useEstateSun, bool sunFixed, double sunHour);
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