Click or drag to resize

CommonTasksMoveTo Method (Vector3, String)

Moves to a location.

Namespace:  ff14bot.Behavior
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static Task<MoveResult> MoveTo(
	Vector3 destination,
	string destinationName = null
)

Parameters

destination
Type: Clio.UtilitiesVector3
The destination.
destinationName (Optional)
Type: SystemString
The location name to show in log.

Return Value

Type: TaskMoveResult
The result.
See Also