mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 22:05:36 +08:00
remove a unnecessary scripts constants file
This commit is contained in:
@@ -40,7 +40,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
|
||||
{
|
||||
public interface ICM_Api
|
||||
{
|
||||
string cmDetectedCountry(int num);
|
||||
string cmGetAgentCountry(key key);
|
||||
key cmDetectedCountry(int detectedNumber);
|
||||
string cmGetAgentCountry(key agentId);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -43,7 +43,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
|
||||
// Windlight Functions
|
||||
LSL_List lsGetWindlightScene(LSL_List rules);
|
||||
int lsSetWindlightScene(LSL_List rules);
|
||||
int lsSetWindlightSceneTargeted(LSL_List rules, key target);
|
||||
int lsSetWindlightSceneTargeted(LSL_List rules, key targetId);
|
||||
void lsClearWindlightScene();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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