added RegionID get property

0.6.0-stable
Sean Dague 2008-07-14 21:39:30 +00:00
parent 8e3f83b1c8
commit edbf997e29
1 changed files with 6 additions and 0 deletions

View File

@ -915,6 +915,12 @@ namespace OpenSim.Region.Environment.Scenes
set { m_sitTargetAvatar = value; }
}
[XmlIgnore]
public LLUUID RegionID
{
get { return ParentGroup.Scene.RegionInfo.RegionID; }
}
#endregion Public Properties with only Get
#region Private Methods