Add EventManager.OnIncomingSceneObject event which is triggered by an incoming scene object

Add a read-only Attachments property to ScenePresence
This commit is contained in:
Justin Clark-Casey (justincc)
2010-02-08 19:02:20 +00:00
parent bf9fc69d01
commit 00947cf2ca
4 changed files with 58 additions and 17 deletions

View File

@@ -191,7 +191,6 @@ namespace OpenSim.Region.Framework.Scenes
if (handlerChildAgentUpdate != null)
handlerChildAgentUpdate(cAgentData);
return true;
}