MoveToParameters Class |
Namespace: ff14bot.Pathing
public class MoveToParameters
The MoveToParameters type exposes the following members.
Name | Description | |
---|---|---|
MoveToParameters | ||
MoveToParameters(Vector3, String) |
Name | Description | |
---|---|---|
Destination | ||
DistanceTolerance | The distance tolerance to get within Location. | |
Location | The location to move to. | |
MapId | The map ID of the location. | |
MoveImmediately |
If true, instructs the nav provider to move immediately once the path has been generated,
so the player will start moving at the same time as PathGenerated is returned.
If false, instructs the nav provider to wait until the next movement request after the path generation
has finished to begin moving. This is for example useful for inspecting the path if it succeeds
and aborting the navigation if the path generated was too long.
| |
UseMount |
Should the navigator attempt to mount up, this defaults to whatever is selected by the user
|
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.) |
Name | Description | |
---|---|---|
WorldState |
Used by deep dungeon
|