Added public RegionInfo RegionsInfo property to SceneBase (so scripts can access it).

afrisby
MW 2007-08-14 19:30:57 +00:00
parent a979808493
commit ea5d414170
1 changed files with 5 additions and 0 deletions

View File

@ -54,6 +54,11 @@ namespace OpenSim.Region.Environment.Scenes
get { return m_eventManager; }
}
public RegionInfo RegionsInfo
{
get { return m_regInfo; }
}
protected string m_datastore;
protected object m_syncRoot = new object();