Click or drag to resize

SamplePointsRequest Constructor

Namespace:  ff14bot.ServiceClient
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public SamplePointsRequest(
	ushort zoneId,
	SamplePointsType type,
	SampleCircle[] circles,
	int numPoints,
	bool retrieveConnectivity,
	Vector3 navigabilityLocation,
	float navigableFromDestinationTolerance
)

Parameters

zoneId
Type: SystemUInt16
type
Type: ff14bot.ServiceClientSamplePointsType
circles
Type: ff14bot.ServiceClientSampleCircle
numPoints
Type: SystemInt32
retrieveConnectivity
Type: SystemBoolean
navigabilityLocation
Type: Clio.UtilitiesVector3
navigableFromDestinationTolerance
Type: SystemSingle
See Also