OsTerrainFlush
From OpenSimulator
(Difference between revisions)
m |
|||
Line 20: | Line 20: | ||
additional_info = Function updates terrain changes to OpenSim database. This should be called after all the terrain-changes have been done to update Terrain Data. | additional_info = 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 [[OsSetTerrainHeight]] |
| | | | ||
}} | }} |
Revision as of 23:02, 24 June 2011
LSL: null osTerrainFlush(); C# : null osTerrainFlush() | |
No descriptions provided | |
Threat Level | VeryLow |
Permissions | No permissions specified |
Extra Delay | No function delay specified |
Example(s) | |
default { touch_start() { osTerrainSetHeight(40, 101, 21.4); osTerrainFlush(); } } | |
Notes | |
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 OsSetTerrainHeight |