OsSetRegionSunSettings

From OpenSimulator

Revision as of 08:11, 11 November 2010 by Simcore (Talk | contribs)

Jump to: navigation, search

Function Syntax: osSetRegionSunSettings(bool useEstateSun, bool sunFixed, double sunHour);
Returns: NULL

Example

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