OsTerrainFlush
From OpenSimulator
(Difference between revisions)
| Line 1: | Line 1: | ||
| − | LSL: null osTerrainFlush(); | + | LSL: null osTerrainFlush(); C#: null osTerrainFlush() |
| − | C#: | + | |
| − | Function updates terrain changes to OpenSim database. | + | 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 [[ | + | Used in conjunction with [[OsTerrainSetHeight]] |
| + | <br> NOTE: INCOMPLETE, needs further data to complete with example | ||
| − | + | [[Category:OSSL]][[Category:OSSL_functions_without_example]] | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | [[Category:OSSL]] | + | |
Revision as of 16:56, 5 June 2011
LSL: null osTerrainFlush(); C#: null osTerrainFlush()
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
NOTE: INCOMPLETE, needs further data to complete with example