The flightor class.
More...
|
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.
|
|
static bool | CanFly [get] |
| Returns true if we can currently fly, or are in a flyable area and have a flying mount.
|
◆ Clear()
void ff14bot.Pathing.Flightor.Clear |
( |
| ) |
|
|
static |
Clears the flight path and the poly nav.
◆ MoveTo() [1/3]
◆ 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
-
destination | Destination for the. |
checkIndoors | the check indoors. |
◆ MoveTo() [3/3]
MoveResult ff14bot.Pathing.Flightor.MoveTo |
( |
Vector3 | destination, |
|
|
float | minHeight = 40, |
|
|
bool | checkIndoors = false ) |
|
static |
◆ 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.