OsTerrainFlush
From OpenSimulator
(Difference between revisions)
Line 8: | Line 8: | ||
[[Category:OSSL]][[Category:OSSL_functions_without_example]] | [[Category:OSSL]][[Category:OSSL_functions_without_example]] | ||
+ | [[Category:OSSL functions without threat level]] |
Revision as of 07:20, 8 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