aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands_Interface.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-09-18 18:58:39 +0000
committerJustin Clarke Casey2008-09-18 18:58:39 +0000
commit48978ba3e015e5ac8f3b7e2700926220f5648f93 (patch)
tree7ee0d5a4b2cb0ca92ba75414b4eb3b0b98350c65 /OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands_Interface.cs
parent* Make the ode simulation update loop print out the stack if an exception occ... (diff)
downloadopensim-SC_OLD-48978ba3e015e5ac8f3b7e2700926220f5648f93.zip
opensim-SC_OLD-48978ba3e015e5ac8f3b7e2700926220f5648f93.tar.gz
opensim-SC_OLD-48978ba3e015e5ac8f3b7e2700926220f5648f93.tar.bz2
opensim-SC_OLD-48978ba3e015e5ac8f3b7e2700926220f5648f93.tar.xz
* Apply http://opensimulator.org/mantis/view.php?id=2212
* Update llGetNumberOfNotecardLines() and llGetNotecardLine() to use dataserver on dotnetengine * Thanks M.Igarashi
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands_Interface.cs')
-rw-r--r--OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands_Interface.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands_Interface.cs b/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands_Interface.cs
index 9e3742c..d4cf3f5 100644
--- a/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands_Interface.cs
+++ b/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands_Interface.cs
@@ -540,7 +540,7 @@ namespace OpenSim.Region.ScriptEngine.Common
540 //wiki: integer llGetNumberOfPrims() 540 //wiki: integer llGetNumberOfPrims()
541 LSL_Types.LSLInteger llGetNumberOfPrims(); 541 LSL_Types.LSLInteger llGetNumberOfPrims();
542 //wiki: key llGetNumberOfNotecardLines(string name) 542 //wiki: key llGetNumberOfNotecardLines(string name)
543 int llGetNumberOfNotecardLines(string name); 543 string llGetNumberOfNotecardLines(string name);
544 //wiki: list llGetBoundingBox(key object) 544 //wiki: list llGetBoundingBox(key object)
545 LSL_Types.list llGetBoundingBox(string obj); 545 LSL_Types.list llGetBoundingBox(string obj);
546 //wiki: vector llGetGeometricCenter() 546 //wiki: vector llGetGeometricCenter()