コード例 #1
0
ファイル: GridService.cs プロジェクト: satlanski2/Aurora-Sim
 /// <summary>
 ///   Attempts to find regions that are good for the agent to login to if the default and fallback regions are down.
 /// </summary>
 /// <param name = "scopeID"></param>
 /// <param name = "x"></param>
 /// <param name = "y"></param>
 /// <returns></returns>
 public virtual List <GridRegion> GetSafeRegions(UUID scopeID, int x, int y)
 {
     return(m_Database.GetSafeRegions(scopeID, x, y));
 }