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 public enum PathDistanceType
Members
| Member name | Value | Description |
---|
| None | 0 | No distance is associated with this path information. |
| AtLeast | 1 |
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.
|
| Approximately | 2 |
The player can navigate to the object and the approximate path
distance is available in the result.
|
See Also