ServiceNavigationProvider Class |
Namespace: ff14bot.Pathing.Service_Navigation
public class ServiceNavigationProvider : NavigationProvider, IDisposable
The ServiceNavigationProvider type exposes the following members.
Name | Description | |
---|---|---|
![]() | ServiceNavigationProvider |
Name | Description | |
---|---|---|
![]() | IsCurrent |
Gets a bool that indicates whether this is the current navigation provider.
(Inherited from NavigationProvider.) |
Name | Description | |
---|---|---|
![]() | AtLocation | (Overrides NavigationProviderAtLocation(Vector3, Vector3).) |
![]() | CanFullyNavigateFrom | (Overrides NavigationProviderCanFullyNavigateFrom(ICollectionCanFullyNavigateTarget, Vector3, UInt16).) |
![]() | CanFullyNavigateTo(ICollectionCanFullyNavigateTarget) |
Check if multiple locations can be pathed to on the current zone
(Inherited from NavigationProvider.) |
![]() | CanFullyNavigateTo(ICollectionCanFullyNavigateTarget, Vector3, UInt16) | (Overrides NavigationProviderCanFullyNavigateTo(ICollectionCanFullyNavigateTarget, Vector3, UInt16).) |
![]() | Clear | (Overrides NavigationProviderClear.) |
![]() | ClearStuckInfo | (Overrides NavigationProviderClearStuckInfo.) |
![]() | Dispose | |
![]() | 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.) |
![]() | LookupPathInfo | (Overrides NavigationProviderLookupPathInfo(GameObject, Single).) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | MoveTo | (Overrides NavigationProviderMoveTo(MoveToParameters).) |
![]() | OnPulse | (Overrides NavigationProviderOnPulse.) |
![]() | OnRemoveAsCurrent | (Overrides NavigationProviderOnRemoveAsCurrent.) |
![]() | OnSetAsCurrent | (Overrides NavigationProviderOnSetAsCurrent.) |
![]() | SamplePointsAsync | (Overrides NavigationProviderSamplePointsAsync(SamplePointsParameters).) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |