Click or drag to resize

PathInformation Constructor

Constructs a new instance.

Namespace:  ff14bot.Pathing
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public PathInformation(
	PathNavigability navigability,
	PathDistanceType distanceType,
	float distance
)

Parameters

navigability
Type: ff14bot.PathingPathNavigability
The type.
distanceType
Type: ff14bot.PathingPathDistanceType
The distance type.
distance
Type: SystemSingle
The distance.
See Also