Rebornbuddy
Loading...
Searching...
No Matches
ff14bot.Pathing.Flightor Class Reference

The flightor class. More...

Classes

class  MountHelper
 A mount helper. More...
class  Path

Static Public Member Functions

static void MoveTo (Vector3 destination, bool checkIndoors)
 Gets a bool that indicates whether the current area is flyable.
static MoveResult MoveTo (Vector3 destination, float minHeight=40, bool checkIndoors=false)
static MoveResult MoveTo (FlyToParameters parameters)
 Move to by Flying Navigation.
static void Clear ()
 Clears the flight path and the poly nav.

Properties

static bool CanFly [get]
 Returns true if we can currently fly, or are in a flyable area and have a flying mount.

Detailed Description

The flightor class.

Member Function Documentation

◆ Clear()

void ff14bot.Pathing.Flightor.Clear ( )
static

Clears the flight path and the poly nav.

◆ MoveTo() [1/3]

MoveResult ff14bot.Pathing.Flightor.MoveTo ( FlyToParameters parameters)
static

Move to by Flying Navigation.

Parameters
parametersThe FlyToParameters. FlyToParameters

◆ MoveTo() [2/3]

void ff14bot.Pathing.Flightor.MoveTo ( Vector3 destination,
bool checkIndoors )
static

Gets a bool that indicates whether the current area is flyable.

Move to.

Parameters
destinationDestination for the.
checkIndoorsthe check indoors.

◆ MoveTo() [3/3]

MoveResult ff14bot.Pathing.Flightor.MoveTo ( Vector3 destination,
float minHeight = 40,
bool checkIndoors = false )
static

Property Documentation

◆ CanFly

bool ff14bot.Pathing.Flightor.CanFly
staticget

Returns true if we can currently fly, or are in a flyable area and have a flying mount.