mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
Remove recent IRegionCombinerModule.IsMegaregion(). In theory, there can be more than one megaregion in a simulator, separated by water.
Rename IsRootRegion() to IsRootForMegaregion()
This commit is contained in:
@@ -38,14 +38,8 @@ namespace OpenSim.Region.Framework.Interfaces
|
||||
public interface IRegionCombinerModule
|
||||
{
|
||||
/// <summary>
|
||||
/// Is this simulator hosting a megaregion?
|
||||
/// Does the given id belong to the root region of a megaregion?
|
||||
/// </summary>
|
||||
/// <value></value>
|
||||
bool IsMegaregion { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Does the given id belong to the root region of the megaregion?
|
||||
/// </summary>
|
||||
bool IsRootRegion(UUID sceneId);
|
||||
bool IsRootForMegaregion(UUID sceneId);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user