Click or drag to resize

INavigationProvider.CanFullyNavigateTo 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.Generic.IEnumerable<CanFullyNavigateTarget>

Return Value

Type: List<CanFullyNavigateResult>
See Also