PathNavigability Enumeration |
Namespace: ff14bot.Pathing
public enum PathNavigability
Member name | Value | Description | |
---|---|---|---|
Unknown | 0 | It is unknown whether a location close enough to the object can be navigated to. | |
Unnavigable | 1 | The player cannot navigate to a location close enough to the object. | |
Navigable | 2 | There exists a location close enough to the object that can be navigated to. |