Click or drag to resize

GaiaNavigatorCanNavigateFully Method

Namespace:  ff14bot.Navigation
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public bool CanNavigateFully(
	Vector3 from,
	Vector3 to,
	float strictDistance
)

Parameters

from
Type: Clio.UtilitiesVector3
to
Type: Clio.UtilitiesVector3
strictDistance
Type: SystemSingle

Return Value

Type: Boolean

Implements

INavigationProviderCanNavigateFully(Vector3, Vector3, Single)
See Also