Click or drag to resize

GameWorldMassTraceLine Method

Performs a mass traceline.

Namespace:  ff14bot.Managers
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static void MassTraceLine(
	WorldLine[] lines,
	RaycastFlags flag1,
	RaycastFlags flag2,
	RaycastFlags ignoreFlag,
	out bool[] hitResults,
	out Vector3[] hitPoints
)

Parameters

lines
Type: ff14bot.PathingWorldLine
The lines.
flag1
Type: ff14bot.EnumsRaycastFlags
flag2
Type: ff14bot.EnumsRaycastFlags
ignoreFlag
Type: ff14bot.EnumsRaycastFlags
hitResults
Type: SystemBoolean
[out] The hit results.
hitPoints
Type: Clio.UtilitiesVector3
[out] The hit points.
See Also