ok it is GetLandObjectClippedXY

This commit is contained in:
UbitUmarov
2020-09-01 21:22:06 +01:00
parent eae2f87cae
commit c8cb8a376b
6 changed files with 12 additions and 12 deletions

View File

@@ -56,7 +56,7 @@ namespace OpenSim.Region.Framework.Interfaces
/// <param name="y">Value between 0 - 256 on the y axis of the point</param>
/// <returns>Land object at the point supplied</returns>
ILandObject GetLandObject(float x, float y);
ILandObject GetLandObjectClipedXY(float x, float y);
ILandObject GetLandObjectClippedXY(float x, float y);
/// <summary>
/// Get the parcel at the specified point
/// </summary>