mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +08:00
Resolve merge commits, stage 1
This commit is contained in:
@@ -71,6 +71,12 @@ namespace OpenSim.Services.Interfaces
|
||||
/// <returns></returns>
|
||||
GridRegion GetRegionByPosition(UUID scopeID, int x, int y);
|
||||
|
||||
/// <summary>
|
||||
/// Get information about a region which exactly matches the name given.
|
||||
/// </summary>
|
||||
/// <param name="scopeID"></param>
|
||||
/// <param name="regionName"></param>
|
||||
/// <returns>Returns the region information if the name matched. Null otherwise.</returns>
|
||||
GridRegion GetRegionByName(UUID scopeID, string regionName);
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user