Navigator Class |
Namespace: ff14bot.Navigation
public static class Navigator
The Navigator type exposes the following members.
Name | Description | |
---|---|---|
NavigationProvider | Gets or sets the navigation provider. | |
PlayerMover |
Name | Description | |
---|---|---|
AtLocation(Vector3) | Checks if the local player is considered to be on top of a point. | |
AtLocation(Vector3, Vector3) | Checks if one point is considered to be at another point. This should be used to
check if the player is near a point. | |
Clear | ||
InPosition |
Checks to see if location1 is within range of location2
Does XZ plane check separately from Y plane to better handle 3D locations
| |
LookupPathInfo |
Looks up the information of a path going to an object.
| |
MoveTo(MoveToParameters) | ||
MoveTo(Vector3, String) | Obsolete. | |
MoveToPointWithin | Obsolete. | |
SamplePointsAsync | Samples the navigator for points. | |
Stop |
Name | Description | |
---|---|---|
OnNavigationProviderChanged | Event queue for all listeners interested in OnNavigationProviderChanged events. | |
OnPlayerMoverChanged | Event queue for all listeners interested in OnPlayerMoverChanged events. |