CommonTasksMoveTo Method (MoveToParameters, String) |
Moves to a location.
Namespace:
ff14bot.Behavior
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax public static Task<MoveResult> MoveTo(
MoveToParameters parameters,
string destinationName = null
)
Parameters
- parameters
- Type: ff14bot.PathingMoveToParameters
The parameters. - destinationName (Optional)
- Type: SystemString
The location name to show in the log.
Return Value
Type:
TaskMoveResultThe result.
See Also