Click or drag to resize

PathNavigability Enumeration

Represents path information.

Namespace:  ff14bot.Pathing
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public enum PathNavigability
Members
  Member nameValueDescription
Unknown0It is unknown whether a location close enough to the object can be navigated to.
Unnavigable1The player cannot navigate to a location close enough to the object.
Navigable2There exists a location close enough to the object that can be navigated to.
See Also