mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
Linking osTerrainGetHeight, osTerrainSetHeight, and osRegionRestart to LSL_BaseClass to allow them to be called in LSL scripts.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user