mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
remove a unnecessary scripts constants file
This commit is contained in:
@@ -133,6 +133,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
|
||||
LSL_Float osTerrainGetHeight(int x, int y); // Deprecated
|
||||
LSL_Integer osSetTerrainHeight(int x, int y, double val);
|
||||
LSL_Integer osTerrainSetHeight(int x, int y, double val); //Deprecated
|
||||
//ApiDesc Send terrain to all agents
|
||||
void osTerrainFlush();
|
||||
|
||||
int osRegionRestart(double seconds);
|
||||
|
||||
Reference in New Issue
Block a user