Click or drag to resize

NavigatorAtLocation Method (Vector3, Vector3)

Checks if one point is considered to be at another point. This should be used to check if the player is near a point.

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

Parameters

point1
Type: Clio.UtilitiesVector3
.
point2
Type: Clio.UtilitiesVector3
.

Return Value

Type: Boolean
true if it succeeds, false if it fails.
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown when the requested operation is invalid.
See Also