Click or drag to resize

FlightorMoveTo Method (Vector3, Boolean)

Move to.

Namespace:  ff14bot.Pathing
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static void MoveTo(
	Vector3 destination,
	bool checkIndoors
)

Parameters

destination
Type: Clio.UtilitiesVector3
Destination for the.
checkIndoors
Type: SystemBoolean
the check indoors.
See Also