OsTerrainFlush
From OpenSimulator
(Difference between revisions)
Line 8: | Line 8: | ||
NOTE: INCOMPLETE, needs further data to complete with example | NOTE: INCOMPLETE, needs further data to complete with example | ||
+ | |||
+ | |||
+ | |||
+ | [[Category:OSSL]] |
Revision as of 01:48, 23 November 2010
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