OsTerrainSetHeight

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
(Undo revision 20468 by WhiteStar (Talk) Undid last revision, and applied deprecation template.)
Line 28: Line 28:
  
 
[[Category:OSSL]]
 
[[Category:OSSL]]
 +
[[Category:OSSL functions without threat level]]

Revision as of 08:22, 8 June 2011


LSL: integer osTerrainSetHeight(integer x, integer y, float val) 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.


Example Usage:

default
 {
    touch_start()
    {
       osTerrainSetHeight(40, 101, 21.4);
       osTerrainFlush();
    }
 }
Personal tools
General
About This Wiki