Click or drag to resize

NavigatorMoveTo Method (Vector3, String)

Note: This API is now obsolete.

Namespace:  ff14bot.Navigation
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
[ObsoleteAttribute("Small performance impact when using this function as it is just a wrapper around the MoveToParameters version")]
public static MoveResult MoveTo(
	Vector3 location,
	string destination = null
)

Parameters

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

Return Value

Type: MoveResult
See Also