Stopped EntityBase from implementing IScriptHost, as don't think it should, multiple objects are based on entitybase and they all don't want the baggage from IScriptHost. SceneObjectPart already implements it anyway.

Added llGetOwner function, and tested the ll functions that I added in last commit.
This commit is contained in:
MW
2007-08-27 11:18:50 +00:00
parent 4c3be4e91f
commit 6181191a03
6 changed files with 13 additions and 4 deletions

View File

@@ -20,6 +20,9 @@ namespace OpenSim.Region.Environment.Scenes.Scripting
get { return LLUUID.Zero; }
}
public LLUUID ObjectOwner
{ get { return LLUUID.Zero; } }
public LLVector3 AbsolutePosition
{
get { return m_pos; }