PathGenerationFailStep Enumeration |
Values that represent PathGenerationFailStep.
Namespace:
ff14bot.Pathing
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax public enum PathGenerationFailStep
Members
| Member name | Value | Description |
---|
| None | -1 | An enum constant representing the none option. |
| Success | 0 | An enum constant representing the success option. |
| FindStartNode | 1 | An enum constant representing the find start node option. |
| FindEndNode | 2 | An enum constant representing the find end node option. |
| FindPath | 3 | An enum constant representing the find path option. |
| Mesh | 4 | An enum constant representing the mesh option. |
See Also