WrappingNavigationProviderMoveTo Method |
Moves towards the specified locations.
Namespace:
ff14bot.Pathing.Service_Navigation
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax public override MoveResult MoveTo(
MoveToParameters parameters
)
Parameters
- parameters
- Type: ff14bot.PathingMoveToParameters
The parameters.
Return Value
Type:
MoveResultA 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