Click or drag to resize

SamplePointsType Enumeration

Represents the types of points to sample with a navigation provider.

Namespace:  ff14bot.Pathing
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public enum SamplePointsType
Members
  Member nameValueDescription
Any0Finds any points.
HighlyConnected1 Find points which are highly connected (i.e. with navigability to lots of other positions).
NavigableTo2 Find points to which we can navigate from the specified location in NavigabilityLocation.
NavigableFrom3 Find points from which we can navigate to the specified location in NavigabilityLocation.
See Also