OsTerrainSetHeight

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
(Added initial example code. Please review and confirm as accurate.)
m (Replacing page with '{{Osslfunc/Deprecated|osSetTerrainHeight}}')
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
LSL: integer osTerrainSetHeight(integer x, integer y, float val)
+
{{Osslfunc/Deprecated|osSetTerrainHeight}}
 
+
C#:  integer osTerrainSetHeight(integer x, integer y, double val)
+
 
+
Sets terrain height X & Y Values, double = float.
+
 
+
[[osTerrainFlush]] should be called after all the terrain-changes have been done to update Terrain Data.
+
 
+
 
+
NOTE:  INCOMPLETE, needs further data to complete with example.
+
 
+
<!-- Note that the following example code is untested! Please test, and if confirmed as working, remove this comment. -->
+
 
+
'''Example Usage:'''
+
<source lang="lsl">
+
default
+
{
+
    touch_start()
+
    {
+
      osTerrainSetHeight(40, 101, 21.4);
+
      osTerrainFlush();
+
    }
+
}
+
</source>
+
 
+
 
+
 
+
[[Category:OSSL]]
+

Latest revision as of 23:53, 24 June 2011

This function was replaced by osSetTerrainHeight.


Personal tools
General
About This Wiki