lsl test cases, and llregioncorner (thanks Dalien!)

This commit is contained in:
Brian McBee
2007-08-18 02:15:21 +00:00
parent 4177f5c485
commit 8eb9952e5f
2 changed files with 36 additions and 1 deletions

View File

@@ -292,7 +292,7 @@ namespace OpenSim.Region.ScriptEngine.DotNetEngine.Compiler.LSL
public List<string> llList2ListStrided(List<string> src, int start, int end, int stride)
{ return new List<string>(); }
public Axiom.Math.Vector3 llGetRegionCorner()
{ return new Axiom.Math.Vector3(); }
{ return new Axiom.Math.Vector3(World.RegionInfo.RegionLocX * 256, World.RegionInfo.RegionLocY * 256, 0); }
public List<string> llListInsertList(List<string> dest, List<string> src, int start)
{ return new List<string>(); }
public int llListFindList(List<string> src, List<string> test) { return 0; }