find parcels by GlobalID.. well most time

This commit is contained in:
UbitUmarov
2017-05-13 20:21:56 +01:00
parent dd0269df48
commit 25ca8695f3
5 changed files with 65 additions and 12 deletions

View File

@@ -76,6 +76,8 @@ namespace OpenSim.Region.Framework.Interfaces
/// <returns></returns>
ILandObject GetLandObject(int localID);
ILandObject GetLandObject(UUID GlobalID);
/// <summary>
/// Clear the land channel of all parcels.
/// </summary>