OsTerrainFlush

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
 
(10 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{| width="100%" style="border: thin solid black"
+
{{osslfunc
| colspan="2" align="center" style=background:orange | '''{{SUBPAGENAME}}'''
+
|threat_level=VeryLow
|- valign="top"
+
|permissions=ESTATE_MANAGER,ESTATE_OWNER
|'''Threat Level''' || <Threat Level goes here>
+
|delay=0
 
+
|function_syntax= osTerrainFlush();
|- valign="top"
+
|ossl_example=<source lang="lsl">
|'''Function Syntax''' || <source lang="lsl">
+
default
LSL: null osTerrainFlush();  
+
{
C# : null osTerrainFlush()  
+
    touch_start()
 +
    {
 +
      osSetTerrainHeight(40, 101, 21.4);
 +
      osTerrainFlush();
 +
    }
 +
}
 
</source>
 
</source>
|- valign="top"
+
|description=Function updates terrain changes to OpenSimulator database. This should be called after all the terrain-changes have been done to update Terrain Data.  
|'''Example(s)||
+
 
+
|}
+
 
+
Function updates terrain changes to OpenSim database. This should be called after all the terrain-changes have been done to update Terrain Data.  
+
 
+
Used in conjunction with [[OsTerrainSetHeight]]
+
  
[[Category:OSSL Functions]]
+
Used in conjunction with [[OsSetTerrainHeight]]  
[[Category:OSSL_functions_without_example]]
+
|
[[Category:OSSL functions without threat level]]
+
}}

Latest revision as of 17:35, 1 May 2019

osTerrainFlush();
Function updates terrain changes to OpenSimulator database. This should be called after all the terrain-changes have been done to update Terrain Data.

Used in conjunction with OsSetTerrainHeight

Threat Level VeryLow
Permissions ESTATE_MANAGER,ESTATE_OWNER
Extra Delay 0 seconds
Example(s)
default
 {
    touch_start()
    {
       osSetTerrainHeight(40, 101, 21.4);
       osTerrainFlush();
    }
 }
Personal tools
General
About This Wiki