Click or drag to resize

HotSpotWithinHotSpot2D Method

checks if location resides in or on a hotspot boundry.

Namespace:  ff14bot.Navigation
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public bool WithinHotSpot2D(
	Vector3 loc,
	float distance = 0f
)

Parameters

loc
Type: Clio.UtilitiesVector3
distance (Optional)
Type: SystemSingle

Return Value

Type: Boolean
See Also