FlyToParameters Class |
Namespace: ff14bot.Pathing
public class FlyToParameters
The FlyToParameters type exposes the following members.
Name | Description | |
---|---|---|
FlyToParameters | ||
FlyToParameters(Vector3) |
Name | Description | |
---|---|---|
CheckIndoors | Gets or sets a bool that indicates whether the flightor
should check if the destination is indoors or not to land. | |
GroundNavParameters | The MoveToParameters to be used
when Flightor falls back to ground navigation. | |
Location | The location to move to. | |
MinHeight | The minimum height to stay from the ground. |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Gets a string representation of these parameters. (Overrides ObjectToString.) |