Click or drag to resize

WorldManagerRaycast Method (Vector3, Vector3, Vector3, Vector3)

Performs a raycast from startMid to endMid

Namespace:  ff14bot.Managers
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static bool Raycast(
	Vector3 startMid,
	Vector3 endMid,
	out Vector3 hit,
	out Vector3 distances
)

Parameters

startMid
Type: Clio.UtilitiesVector3
endMid
Type: Clio.UtilitiesVector3
hit
Type: Clio.UtilitiesVector3
distances
Type: Clio.UtilitiesVector3

Return Value

Type: Boolean
See Also