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 public enum SamplePointsType
Members
| Member name | Value | Description |
---|
| Any | 0 | Finds any points. |
| HighlyConnected | 1 |
Find points which are highly connected (i.e. with navigability to lots
of other positions).
|
| NavigableTo | 2 |
Find points to which we can navigate from the specified
location in NavigabilityLocation.
|
| NavigableFrom | 3 |
Find points from which we can navigate to the specified
location in NavigabilityLocation.
|
See Also