Click or drag to resize

INavigationProviderCanFullyNavigateTo Method

Note: This API is now obsolete.

Namespace:  ff14bot.Interfaces
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
[ObsoleteAttribute("Use CanFullyNavigateToAsync instead")]
List<CanFullyNavigateResult> CanFullyNavigateTo(
	IEnumerable<CanFullyNavigateTarget> targets
)

Parameters

targets
Type: System.Collections.GenericIEnumerableCanFullyNavigateTarget

Return Value

Type: ListCanFullyNavigateResult
See Also