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

Parameters

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