Click or drag to resize

NavigatorAtLocation Method (Vector3)

Checks if the local player is considered to be on top of 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 point
)

Parameters

point
Type: Clio.UtilitiesVector3
.

Return Value

Type: Boolean
true if it succeeds, false if it fails.
See Also