Click or drag to resize

MathHelperIsBehind Method (Vector3, Vector3, Single)

Namespace:  ff14bot.Helpers
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static bool IsBehind(
	Vector3 me,
	Vector3 target,
	float targetHeading
)

Parameters

me
Type: Clio.UtilitiesVector3
target
Type: Clio.UtilitiesVector3
targetHeading
Type: SystemSingle

Return Value

Type: Boolean
See Also