Click or drag to resize

Navigator Class

Inheritance Hierarchy
SystemObject
  ff14bot.NavigationNavigator

Namespace:  ff14bot.Navigation
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static class Navigator

The Navigator type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberNavigationProvider
Gets or sets the navigation provider.
Public propertyStatic memberPlayerMover
Top
Methods
  NameDescription
Public methodStatic memberAtLocation(Vector3)
Checks if the local player is considered to be on top of a point.
Public methodStatic memberAtLocation(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.
Public methodStatic memberClear
Public methodStatic memberInPosition
Checks to see if location1 is within range of location2 Does XZ plane check separately from Y plane to better handle 3D locations
Public methodStatic memberLookupPathInfo
Looks up the information of a path going to an object.
Public methodStatic memberMoveTo(MoveToParameters)
Public methodStatic memberMoveTo(Vector3, String) Obsolete.
Public methodStatic memberMoveToPointWithin Obsolete.
Public methodStatic memberSamplePointsAsync
Samples the navigator for points.
Public methodStatic memberStop
Top
Events
  NameDescription
Public eventStatic memberOnNavigationProviderChanged
Event queue for all listeners interested in OnNavigationProviderChanged events.
Public eventStatic memberOnPlayerMoverChanged
Event queue for all listeners interested in OnPlayerMoverChanged events.
Top
See Also