mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 03:06:05 +08:00
added RegionID get property
This commit is contained in:
@@ -914,6 +914,12 @@ namespace OpenSim.Region.Environment.Scenes
|
|||||||
get { return m_sitTargetAvatar; }
|
get { return m_sitTargetAvatar; }
|
||||||
set { m_sitTargetAvatar = value; }
|
set { m_sitTargetAvatar = value; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[XmlIgnore]
|
||||||
|
public LLUUID RegionID
|
||||||
|
{
|
||||||
|
get { return ParentGroup.Scene.RegionInfo.RegionID; }
|
||||||
|
}
|
||||||
|
|
||||||
#endregion Public Properties with only Get
|
#endregion Public Properties with only Get
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user