a few changes to getregion(s)byName()

This commit is contained in:
UbitUmarov
2020-12-22 14:27:01 +00:00
parent ad1587b041
commit d0ade39641
4 changed files with 118 additions and 115 deletions

View File

@@ -83,6 +83,7 @@ namespace OpenSim.Services.Interfaces
/// <param name="regionName"></param>
/// <returns>Returns the region information if the name matched. Null otherwise.</returns>
GridRegion GetRegionByName(UUID scopeID, string regionName);
GridRegion GetRegionByURI(UUID scopeID, RegionURI uri);
/// <summary>
/// Get information about regions starting with the provided name.