mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 03:06:05 +08:00
do not do chained hg teleports
This commit is contained in:
@@ -85,6 +85,9 @@ namespace OpenSim.Services.Interfaces
|
||||
GridRegion GetRegionByName(UUID scopeID, string regionName);
|
||||
GridRegion GetRegionByURI(UUID scopeID, RegionURI uri);
|
||||
|
||||
GridRegion GetLocalRegionByName(UUID scopeID, string regionName);
|
||||
GridRegion GetLocalRegionByURI(UUID scopeID, RegionURI uri);
|
||||
|
||||
/// <summary>
|
||||
/// Get information about regions starting with the provided name.
|
||||
/// </summary>
|
||||
|
||||
@@ -36,7 +36,7 @@ namespace OpenSim.Services.Interfaces
|
||||
{
|
||||
public interface IGatekeeperService
|
||||
{
|
||||
bool LinkRegion(string regionDescriptor, out UUID regionID, out ulong regionHandle, out string externalName, out string imageURL, out string reason, out int sizeX, out int sizeY);
|
||||
bool LinkLocalRegion(string regionDescriptor, out UUID regionID, out ulong regionHandle, out string externalName, out string imageURL, out string reason, out int sizeX, out int sizeY);
|
||||
|
||||
/// <summary>
|
||||
/// Returns the region a Hypergrid visitor should enter.
|
||||
|
||||
Reference in New Issue
Block a user