The flightor class.
More...
|
| static bool | CanFly [get] |
| | Returns true if we can currently fly, or are in a flyable area and have a flying mount.
|
◆ AdjustHeightCheck()
| void ff14bot.Pathing.Flightor.AdjustHeightCheck |
( |
float | incoming | ) |
|
|
static |
◆ 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.