Click or drag to resize

NavigationProviderMoveTo Method

Moves towards the specified locations.

Namespace:  ff14bot.Pathing
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public abstract MoveResult MoveTo(
	MoveToParameters parameters
)

Parameters

parameters
Type: ff14bot.PathingMoveToParameters
The parameters.

Return Value

Type: MoveResult
A result that indicates what step was performed.
Remarks
This function should return instantly, and should be able to be called again to perform the next step of the movement.
See Also