mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 11:33:28 +08:00
Preliminary work on the new default region setting mechanism
This commit is contained in:
@@ -90,6 +90,10 @@ namespace OpenSim.Services.Interfaces
|
||||
|
||||
List<GridRegion> GetRegionRange(UUID scopeID, int xmin, int xmax, int ymin, int ymax);
|
||||
|
||||
List<GridRegion> GetDefaultRegions(UUID scopeID);
|
||||
List<GridRegion> GetFallbackRegions(UUID scopeID, int x, int y);
|
||||
|
||||
int GetRegionFlags(UUID scopeID, UUID regionID);
|
||||
}
|
||||
|
||||
public class GridRegion
|
||||
|
||||
Reference in New Issue
Block a user