Click or drag to resize

AStarNavigatorAtLocation Method

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

Parameters

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

Return Value

Type: Boolean
See Also