aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands_Interface.cs
diff options
context:
space:
mode:
authorAdam Frisby2008-04-25 10:37:22 +0000
committerAdam Frisby2008-04-25 10:37:22 +0000
commit87e2793ca6672ddcfb54de9dd3c1e16008da5956 (patch)
treea7870b0c79e4f948262d9c39545d4a86e8b7ad8e /OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands_Interface.cs
parent* Used thomas' patch m884 as an example to make HUD attachments work. While... (diff)
downloadopensim-SC_OLD-87e2793ca6672ddcfb54de9dd3c1e16008da5956.zip
opensim-SC_OLD-87e2793ca6672ddcfb54de9dd3c1e16008da5956.tar.gz
opensim-SC_OLD-87e2793ca6672ddcfb54de9dd3c1e16008da5956.tar.bz2
opensim-SC_OLD-87e2793ca6672ddcfb54de9dd3c1e16008da5956.tar.xz
* Applying mantis#1048 - Patch for osSetRegionWaterHeight()
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands_Interface.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands_Interface.cs b/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands_Interface.cs
index a74340b..43ca5fd 100644
--- a/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands_Interface.cs
+++ b/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands_Interface.cs
@@ -639,5 +639,6 @@ namespace OpenSim.Region.ScriptEngine.Common
639 string llStringTrim(string src, int type); 639 string llStringTrim(string src, int type);
640 LSL_Types.list llGetObjectDetails(string id, LSL_Types.list args); 640 LSL_Types.list llGetObjectDetails(string id, LSL_Types.list args);
641 641
642 void osSetRegionWaterHeight(double height);
642 } 643 }
643} 644}