OsTerrainSetHeight

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
m (Replacing page with '{{Osslfunc/Deprecated|osSetTerrainHeight}}')
 
Line 1: Line 1:
{{deprecate|Dec. 10 2010|OsSetTerrainHeight}}
+
{{Osslfunc/Deprecated|osSetTerrainHeight}}
{{osslfunc|
+
threat_level = High
+
|
+
function_syntax = <source lang="lsl">
+
LSL: integer osTerrainSetHeight(integer x, integer y, float val)
+
C#:  integer osTerrainSetHeight(integer x, integer y, double val)
+
</source>
+
|
+
ossl_example = <source lang="lsl">
+
default
+
{
+
    touch_start()
+
    {
+
      osTerrainSetHeight(40, 101, 21.4);
+
      osTerrainFlush();
+
    }
+
}
+
</source>
+
|
+
additional_info = Sets terrain height X & Y Values, double = float.
+
 
+
[[osTerrainFlush]] should be called after all the terrain-changes have been done to update Terrain Data.
+
|
+
}}
+

Latest revision as of 23:53, 24 June 2011

This function was replaced by osSetTerrainHeight.


Personal tools
General
About This Wiki