Click or drag to resize

Flightor Class

The flightor class.
Inheritance Hierarchy
SystemObject
  ff14bot.PathingFlightor

Namespace:  ff14bot.Pathing
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static class Flightor

The Flightor type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberCanFly
Returns true if we can currently fly, or are in a flyable area and have a flying mount.
Top
Methods
  NameDescription
Public methodStatic memberClear
Clears the flight path and the poly nav.
Public methodStatic memberMoveTo(FlyToParameters)
Move to by Flying Navigation.
Public methodStatic memberMoveTo(Vector3, Boolean)
Move to.
Public methodStatic memberMoveTo(Vector3, Single, Boolean)
Top
See Also