diff options
author | UbitUmarov | 2018-10-25 02:06:44 +0100 |
---|---|---|
committer | UbitUmarov | 2018-10-25 02:06:44 +0100 |
commit | 7479638e88cc4e097ffca1cef577b52ea1631335 (patch) | |
tree | 9f3542a2de0bcb493ea64800ec03acd0a0c38085 /OpenSim/Region/ScriptEngine/Shared/Api/Interface | |
parent | update script syntax file (diff) | |
download | opensim-SC-7479638e88cc4e097ffca1cef577b52ea1631335.zip opensim-SC-7479638e88cc4e097ffca1cef577b52ea1631335.tar.gz opensim-SC-7479638e88cc4e097ffca1cef577b52ea1631335.tar.bz2 opensim-SC-7479638e88cc4e097ffca1cef577b52ea1631335.tar.xz |
remove a unnecessary scripts constants file
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Interface')
3 files changed, 4 insertions, 3 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ICM_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ICM_Api.cs index ab215f3..a406c99 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ICM_Api.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ICM_Api.cs | |||
@@ -40,7 +40,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces | |||
40 | { | 40 | { |
41 | public interface ICM_Api | 41 | public interface ICM_Api |
42 | { | 42 | { |
43 | string cmDetectedCountry(int num); | 43 | key cmDetectedCountry(int detectedNumber); |
44 | string cmGetAgentCountry(key key); | 44 | string cmGetAgentCountry(key agentId); |
45 | } | 45 | } |
46 | } | 46 | } |
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILS_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILS_Api.cs index f2df094..9eee712 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILS_Api.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILS_Api.cs | |||
@@ -43,7 +43,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces | |||
43 | // Windlight Functions | 43 | // Windlight Functions |
44 | LSL_List lsGetWindlightScene(LSL_List rules); | 44 | LSL_List lsGetWindlightScene(LSL_List rules); |
45 | int lsSetWindlightScene(LSL_List rules); | 45 | int lsSetWindlightScene(LSL_List rules); |
46 | int lsSetWindlightSceneTargeted(LSL_List rules, key target); | 46 | int lsSetWindlightSceneTargeted(LSL_List rules, key targetId); |
47 | void lsClearWindlightScene(); | 47 | void lsClearWindlightScene(); |
48 | } | 48 | } |
49 | } | 49 | } |
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs index f4a37ef..9ef356d 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs | |||
@@ -133,6 +133,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces | |||
133 | LSL_Float osTerrainGetHeight(int x, int y); // Deprecated | 133 | LSL_Float osTerrainGetHeight(int x, int y); // Deprecated |
134 | LSL_Integer osSetTerrainHeight(int x, int y, double val); | 134 | LSL_Integer osSetTerrainHeight(int x, int y, double val); |
135 | LSL_Integer osTerrainSetHeight(int x, int y, double val); //Deprecated | 135 | LSL_Integer osTerrainSetHeight(int x, int y, double val); //Deprecated |
136 | //ApiDesc Send terrain to all agents | ||
136 | void osTerrainFlush(); | 137 | void osTerrainFlush(); |
137 | 138 | ||
138 | int osRegionRestart(double seconds); | 139 | int osRegionRestart(double seconds); |