aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/LSL_BaseClass.cs
diff options
context:
space:
mode:
authorTedd Hansen2007-08-26 14:04:22 +0000
committerTedd Hansen2007-08-26 14:04:22 +0000
commit83d5df39791c4778e791f9bdb0fca0c30a20a793 (patch)
treefaed1054d9e3f5c1cba5084c75572c4c80e0d1f3 /OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/LSL_BaseClass.cs
parentRun-time script errors are now shown in-world. No line number though, might r... (diff)
downloadopensim-SC_OLD-83d5df39791c4778e791f9bdb0fca0c30a20a793.zip
opensim-SC_OLD-83d5df39791c4778e791f9bdb0fca0c30a20a793.tar.gz
opensim-SC_OLD-83d5df39791c4778e791f9bdb0fca0c30a20a793.tar.bz2
opensim-SC_OLD-83d5df39791c4778e791f9bdb0fca0c30a20a793.tar.xz
in-world run-time error-message no-w con-tains function-name.
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/LSL_BaseClass.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/LSL_BaseClass.cs b/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/LSL_BaseClass.cs
index 9af9c82..d57b9eb 100644
--- a/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/LSL_BaseClass.cs
+++ b/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/LSL_BaseClass.cs
@@ -6,6 +6,10 @@ using OpenSim.Region.ScriptEngine.Common;
6using System.Threading; 6using System.Threading;
7using System.Reflection; 7using System.Reflection;
8using System.Runtime.Remoting.Lifetime; 8using System.Runtime.Remoting.Lifetime;
9using integer = System.Int32;
10using key = System.String;
11using vector = OpenSim.Region.ScriptEngine.Common.LSL_Types.Vector3;
12using rotation = OpenSim.Region.ScriptEngine.Common.LSL_Types.Quaternion;
9 13
10namespace OpenSim.Region.ScriptEngine.DotNetEngine.Compiler.LSL 14namespace OpenSim.Region.ScriptEngine.DotNetEngine.Compiler.LSL
11{ 15{