OsTerrainFlush

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
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"
+
|
|'''Threat Level''' || VeryLow
+
function_syntax = <source lang="lsl">
 
+
|- valign="top"
+
|'''Function Syntax''' || <source lang="lsl">
+
 
LSL: null osTerrainFlush();  
 
LSL: null osTerrainFlush();  
 
C# : null osTerrainFlush()  
 
C# : null osTerrainFlush()  
 
</source>
 
</source>
|- valign="top"
+
|
|'''Example(s)||<source lang="lsl">
+
ossl_example = <source lang="lsl">
 
  default
 
  default
 
  {
 
  {
Line 20: Line 17:
 
  }
 
  }
 
</source>
 
</source>
 
+
|  
 
+
additional_info = Function updates terrain changes to OpenSim database. This should be called after all the terrain-changes have been done to update Terrain Data.  
|}
+
 
+
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]]  
 
Used in conjunction with [[OsTerrainSetHeight]]  
 
+
|
[[Category:OSSL Functions]]
+
}}

Revision as of 17:53, 12 June 2011

LSL: null osTerrainFlush(); 
C# : null osTerrainFlush()
No descriptions provided
Threat Level VeryLow
Permissions No permissions specified
Extra Delay No function delay specified
Example(s)
default
 {
    touch_start()
    {
       osTerrainSetHeight(40, 101, 21.4);
       osTerrainFlush();
    }
 }
Notes
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

Personal tools
General
About This Wiki