Click or drag to resize

CommonTasksMoveAndStop Method

Namespace:  ff14bot.Behavior
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static Task<bool> MoveAndStop(
	MoveToParameters parameters,
	float range,
	bool stopInRange = false
)

Parameters

parameters
Type: ff14bot.PathingMoveToParameters
range
Type: SystemSingle
stopInRange (Optional)
Type: SystemBoolean

Return Value

Type: TaskBoolean
See Also