FlightorMoveTo Method (Vector3, Single, Boolean) |
Namespace:
ff14bot.Pathing
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax public static MoveResult MoveTo(
Vector3 destination,
float minHeight = 40f,
bool checkIndoors = false
)
Parameters
- destination
- Type: Clio.UtilitiesVector3
- minHeight (Optional)
- Type: SystemSingle
- checkIndoors (Optional)
- Type: SystemBoolean
Return Value
Type:
MoveResultSee Also