OsTerrainFlush
From OpenSimulator
(Difference between revisions)
(New page: 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 ...) |
|||
Line 4: | Line 4: | ||
Function updates terrain changes to OpenSim database. This should be called after all the terrain-changes have been done to update Terrain Data. | 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 | + | Used in conjunction with [[osTerrainSetHeight]] |
NOTE: INCOMPLETE, needs further data to complete with example | NOTE: INCOMPLETE, needs further data to complete with example |
Revision as of 16:14, 28 August 2009
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