Just trying out some thing with events, there changes/additions are likely to be temporary.

This commit is contained in:
MW
2007-10-12 15:26:19 +00:00
parent e41b0feb58
commit a19ec6fc54
2 changed files with 27 additions and 0 deletions

View File

@@ -931,6 +931,8 @@ namespace OpenSim.Region.Environment.Scenes
{
AbsolutePosition = pos;
ScheduleGroupForTerseUpdate();
m_scene.EventManager.TriggerGroupMove(this.UUID, pos);
}
/// <summary>
@@ -1279,6 +1281,7 @@ namespace OpenSim.Region.Environment.Scenes
public virtual void OnGrabGroup(LLVector3 offsetPos, IClientAPI remoteClient)
{
m_scene.EventManager.TriggerGroupGrab(this.UUID, offsetPos);
}
public void DeleteGroup()