Click or drag to resize

WrappingNavigationProviderLookupPathInfo Method

Looks up the information of a path going to an object.

Namespace:  ff14bot.Pathing.Service_Navigation
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public override PathInformation LookupPathInfo(
	GameObject obj,
	float distanceTolerance = 3f
)

Parameters

obj
Type: ff14bot.ObjectsGameObject
The object.
distanceTolerance (Optional)
Type: SystemSingle
The distance to get within obj.

Return Value

Type: PathInformation
The path information. Always non-null.
Exceptions
ExceptionCondition
ArgumentNullExceptionobj is null.
Remarks
Path information lookups are in general extremely fast to perform. They require minimal CPU computation.
See Also