Click or drag to resize

NavigationProviderCanFullyNavigateTo Method (ICollectionCanFullyNavigateTarget)

Check if multiple locations can be pathed to on the current zone

Namespace:  ff14bot.Pathing
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public Task<List<CanFullyNavigateResult>> CanFullyNavigateTo(
	ICollection<CanFullyNavigateTarget> targets
)

Parameters

targets
Type: System.Collections.GenericICollectionCanFullyNavigateTarget

Return Value

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