Click or drag to resize

AStarNavigatorCanFullyNavigateToAsync Method (IEnumerableCanFullyNavigateTarget, Vector3, UInt16)

Namespace:  ff14bot.Navigation
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public Task<List<CanFullyNavigateResult>> CanFullyNavigateToAsync(
	IEnumerable<CanFullyNavigateTarget> targets,
	Vector3 start,
	ushort zoneid
)

Parameters

targets
Type: System.Collections.GenericIEnumerableCanFullyNavigateTarget
start
Type: Clio.UtilitiesVector3
zoneid
Type: SystemUInt16

Return Value

Type: TaskListCanFullyNavigateResult
See Also