OsSetRegionSunSettings

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{osslfunc|
+
{{osslfunc
threat_level = Nuisance
+
|threat_level=Nuisance
|
+
|function_syntax= osSetRegionSunSettings(integer useEstateSun, integer sunFixed, float sunHour)
function_syntax = <source lang="lsl">
+
|ossl_example=<source lang="lsl">
osSetRegionSunSettings(bool useEstateSun, bool sunFixed, double sunHour);
+
</source>
+
|
+
ossl_example = <source lang="lsl">
+
 
  default
 
  default
 
  {
 
  {
Line 16: Line 12:
 
  }
 
  }
 
</source>
 
</source>
|  
+
|description= This does nothing on 0.9.2.<br>
additional_info =  
+
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.
 
|
 
|
 
}}
 
}}

Latest revision as of 11:47, 5 October 2020

osSetRegionSunSettings(integer useEstateSun, integer sunFixed, float sunHour)
This does nothing on 0.9.2.

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