Click or drag to resize

PathRequestX Constructor

Namespace:  ff14bot.ServiceClient
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public PathRequestX(
	Vector3 from,
	Vector3 destination,
	int destinationMapId,
	float destinationTolerance,
	NavFlags flags,
	int copper,
	float speed
)

Parameters

from
Type: Clio.UtilitiesVector3
destination
Type: Clio.UtilitiesVector3
destinationMapId
Type: SystemInt32
destinationTolerance
Type: SystemSingle
flags
Type: ff14bot.ServiceClientNavFlags
copper
Type: SystemInt32
speed
Type: SystemSingle
See Also