Click or drag to resize

SamplePointsParametersAny Method

Find any points in the specified circles.

Namespace:  ff14bot.Pathing
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static SamplePointsParameters Any(
	IEnumerable<SampleCircle> circles,
	int numPoints,
	ushort zoneid
)

Parameters

circles
Type: System.Collections.GenericIEnumerableSampleCircle
The circles.
numPoints
Type: SystemInt32
The number of points to try to sample.
zoneid
Type: SystemUInt16

Return Value

Type: SamplePointsParameters
The parameters.
See Also