Click or drag to resize

ServiceNavigationProvider Class

Inheritance Hierarchy
SystemObject
  ff14bot.PathingNavigationProvider
    ff14bot.Pathing.Service_NavigationServiceNavigationProvider

Namespace:  ff14bot.Pathing.Service_Navigation
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public class ServiceNavigationProvider : NavigationProvider, 
	IDisposable

The ServiceNavigationProvider type exposes the following members.

Constructors
  NameDescription
Public methodServiceNavigationProvider
Top
Properties
  NameDescription
Public propertyIsCurrent
Gets a bool that indicates whether this is the current navigation provider.
(Inherited from NavigationProvider.)
Top
Methods
  NameDescription
Public methodAtLocation (Overrides NavigationProviderAtLocation(Vector3, Vector3).)
Public methodCanFullyNavigateFrom (Overrides NavigationProviderCanFullyNavigateFrom(ICollectionCanFullyNavigateTarget, Vector3, UInt16).)
Public methodCanFullyNavigateTo(ICollectionCanFullyNavigateTarget)
Check if multiple locations can be pathed to on the current zone
(Inherited from NavigationProvider.)
Public methodCanFullyNavigateTo(ICollectionCanFullyNavigateTarget, Vector3, UInt16) (Overrides NavigationProviderCanFullyNavigateTo(ICollectionCanFullyNavigateTarget, Vector3, UInt16).)
Public methodClear (Overrides NavigationProviderClear.)
Public methodClearStuckInfo (Overrides NavigationProviderClearStuckInfo.)
Public methodDispose
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLookupPathInfo (Overrides NavigationProviderLookupPathInfo(GameObject, Single).)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodMoveTo (Overrides NavigationProviderMoveTo(MoveToParameters).)
Public methodOnPulse (Overrides NavigationProviderOnPulse.)
Public methodOnRemoveAsCurrent (Overrides NavigationProviderOnRemoveAsCurrent.)
Public methodOnSetAsCurrent (Overrides NavigationProviderOnSetAsCurrent.)
Public methodSamplePointsAsync (Overrides NavigationProviderSamplePointsAsync(SamplePointsParameters).)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also