OsTerrainFlush

From OpenSimulator

Revision as of 21:41, 1 July 2011 by MakoBot (Talk | contribs)

Jump to: navigation, search
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 OsSetTerrainHeight

Threat Level VeryLow
Permissions No permissions specified
Extra Delay No function delay specified
Example(s)
default
 {
    touch_start()
    {
       osTerrainSetHeight(40, 101, 21.4);
       osTerrainFlush();
    }
 }
Personal tools
General
About This Wiki