Click or drag to resize

WorldManagerMassTraceLine Method (WorldLine, RaycastFlags, RaycastFlags, Boolean)

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,
	out bool[] hitResults
)

Parameters

lines
Type: ff14bot.PathingWorldLine
The lines.
flag1
Type: ff14bot.EnumsRaycastFlags
flag2
Type: ff14bot.EnumsRaycastFlags
hitResults
Type: SystemBoolean
[out] The hit results.
See Also