Click or drag to resize

NavigationProviderAtLocation Method

Gets a bool that indicates whether one position is considered to be at another position. Can be used to check if the player has reached a destination, for example.

Namespace:  ff14bot.Pathing
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public abstract bool AtLocation(
	Vector3 point1,
	Vector3 point2
)

Parameters

point1
Type: Clio.UtilitiesVector3
The first point.
point2
Type: Clio.UtilitiesVector3
The second point.

Return Value

Type: Boolean
True if the first point is at the second point; otherwise false.
See Also