Click or drag to resize

NavigatorInPosition Method

Checks to see if location1 is within range of location2 Does XZ plane check separately from Y plane to better handle 3D locations

Namespace:  ff14bot.Navigation
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static bool InPosition(
	Vector3 location1,
	Vector3 location2,
	float range
)

Parameters

location1
Type: Clio.UtilitiesVector3
location2
Type: Clio.UtilitiesVector3
range
Type: SystemSingle

Return Value

Type: Boolean
See Also