|
|
(4 intermediate revisions by one user not shown) |
Line 1: |
Line 1: |
− | {{deprecate|Dec. 10 2010|OsSetTerrainHeight}} | + | {{Osslfunc/Deprecated|osSetTerrainHeight}} |
− | | + | |
− | 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.
| + | |
− | | + | |
− | <!-- 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 22:53, 24 June 2011
|
Languages: |
English
|
This function was replaced by osSetTerrainHeight.