diff options
Diffstat (limited to 'OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL')
-rw-r--r-- | OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/LSL_BaseClass.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/LSL_BaseClass.cs b/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/LSL_BaseClass.cs index 486332f..2417017 100644 --- a/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/LSL_BaseClass.cs +++ b/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/LSL_BaseClass.cs | |||
@@ -292,7 +292,7 @@ namespace OpenSim.Region.ScriptEngine.DotNetEngine.Compiler.LSL | |||
292 | public List<string> llList2ListStrided(List<string> src, int start, int end, int stride) | 292 | public List<string> llList2ListStrided(List<string> src, int start, int end, int stride) |
293 | { return new List<string>(); } | 293 | { return new List<string>(); } |
294 | public Axiom.Math.Vector3 llGetRegionCorner() | 294 | public Axiom.Math.Vector3 llGetRegionCorner() |
295 | { return new Axiom.Math.Vector3(); } | 295 | { return new Axiom.Math.Vector3(World.RegionInfo.RegionLocX * 256, World.RegionInfo.RegionLocY * 256, 0); } |
296 | public List<string> llListInsertList(List<string> dest, List<string> src, int start) | 296 | public List<string> llListInsertList(List<string> dest, List<string> src, int start) |
297 | { return new List<string>(); } | 297 | { return new List<string>(); } |
298 | public int llListFindList(List<string> src, List<string> test) { return 0; } | 298 | public int llListFindList(List<string> src, List<string> test) { return 0; } |