Click or drag to resize

NavGraphGetPathAsync Method

Namespace:  ff14bot.Navigation
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static Task<Queue<NavGraphINode>> GetPathAsync(
	uint targetZoneId,
	Vector3 targetLocation
)

Parameters

targetZoneId
Type: SystemUInt32
targetLocation
Type: Clio.UtilitiesVector3

Return Value

Type: TaskQueueNavGraphINode
See Also