Click or drag to resize

PathGenerationFailStep Enumeration

Values that represent PathGenerationFailStep.

Namespace:  ff14bot.Pathing
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public enum PathGenerationFailStep
Members
  Member nameValueDescription
None-1An enum constant representing the none option.
Success0An enum constant representing the success option.
FindStartNode1An enum constant representing the find start node option.
FindEndNode2An enum constant representing the find end node option.
FindPath3An enum constant representing the find path option.
Mesh4An enum constant representing the mesh option.
See Also