OsSetRegionSunSettings

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
m
Line 2: Line 2:
 
| colspan="2" align="center" style=background:orange | '''{{SUBPAGENAME}}'''
 
| colspan="2" align="center" style=background:orange | '''{{SUBPAGENAME}}'''
 
|- valign="top"
 
|- valign="top"
|'''Threat Level''' || <Threat Level goes here>
+
|'''Threat Level''' || Nuisance
  
 
|- valign="top"
 
|- valign="top"
Line 23: Line 23:
  
 
[[Category:OSSL Functions]]
 
[[Category:OSSL Functions]]
[[Category:OSSL functions without threat level]]
 

Revision as of 13:19, 11 June 2011

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