Linking osTerrainGetHeight, osTerrainSetHeight, and osRegionRestart to LSL_BaseClass to allow them to be called in LSL scripts.

This commit is contained in:
alondria
2008-01-12 03:23:11 +00:00
parent bf8ffc7a0c
commit c2ca98519b
2 changed files with 18 additions and 0 deletions

View File

@@ -636,5 +636,8 @@ namespace OpenSim.Region.ScriptEngine.Common
//OpenSim functions
string osSetDynamicTextureURL(string dynamicID, string contentType, string url, string extraParams, int timer);
double osTerrainGetHeight(int x, int y);
int osTerrainSetHeight(int x, int y, double val);
int osRegionRestart(double seconds);
}
}