OsSetRegionSunSettings

From OpenSimulator

Revision as of 21:40, 1 July 2011 by MakoBot (Talk | contribs)

Jump to: navigation, search
osSetRegionSunSettings(bool useEstateSun, bool sunFixed, double sunHour);
No descriptions provided
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