Click or drag to resize

AerialBlackspotManagerIsInBlackspot Method

Query if 'point' is in a blackspot.

Namespace:  ff14bot.Pathing
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static bool IsInBlackspot(
	Vector3 point
)

Parameters

point
Type: Clio.UtilitiesVector3
The point.

Return Value

Type: Boolean
true if in blackspot, false if not.
Remarks
raphus, 01/04/2014.
See Also