Click or drag to resize

PathDistanceType Enumeration

Represents the different kinds of path distance values.

Namespace:  ff14bot.Pathing
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public enum PathDistanceType
Members
  Member nameValueDescription
None0No distance is associated with this path information.
AtLeast1 The player can navigate to the object, but the exact path distance was not calculated because it was too far away. The object is at least as far away as the result.
Approximately2 The player can navigate to the object and the approximate path distance is available in the result.
See Also