Click or drag to resize

NavigationProviderCanFullyNavigateFrom Method

Check if multiple locations can be path from to one specific spot This is an external asynchronous task, and should not be awaited directly from coroutines. See ExternalTask(Task)

Namespace:  ff14bot.Pathing
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public virtual Task<List<CanFullyNavigateResult>> CanFullyNavigateFrom(
	ICollection<CanFullyNavigateTarget> starts,
	Vector3 target,
	ushort zoneid
)

Parameters

starts
Type: System.Collections.GenericICollectionCanFullyNavigateTarget
target
Type: Clio.UtilitiesVector3
zoneid
Type: SystemUInt16

Return Value

Type: TaskListCanFullyNavigateResult
Remarks
This is an external asynchronous task, and should not be awaited directly from coroutines. See ExternalTask(Task).
See Also