add GetRegionByHandle methods

This commit is contained in:
UbitUmarov
2020-08-25 15:01:55 +01:00
parent b6d26c89e6
commit 39ab8902da
5 changed files with 42 additions and 4 deletions

View File

@@ -66,7 +66,7 @@ namespace OpenSim.Services.Interfaces
List<GridRegion> GetNeighbours(UUID scopeID, UUID regionID);
GridRegion GetRegionByUUID(UUID scopeID, UUID regionID);
GridRegion GetRegionByHandle(UUID scopeID, ulong regionhandle);
/// <summary>
/// Get the region at the given position (in meters)
/// </summary>