Click or drag to resize

GaiaNavigatorMoveTo Method

Namespace:  ff14bot.Navigation
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public MoveResult MoveTo(
	Vector3 target,
	string destination = null
)

Parameters

target
Type: Clio.UtilitiesVector3
destination (Optional)
Type: SystemString

Return Value

Type: MoveResult

Implements

INavigationProviderMoveTo(Vector3, String)
See Also