Click or drag to resize

WorldManager.MassTraceLine Method (WorldLine[], RaycastFlags, RaycastFlags,Boolean[],Vector3[])

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,
	out Vector3[] hitPoints
)

Parameters

lines
Type:ff14bot.Pathing.WorldLine[]
The lines.
flag1
Type: ff14bot.Enums.RaycastFlags
flag2
Type: ff14bot.Enums.RaycastFlags
hitResults
Type:System.Boolean[]
[out] The hit results.
hitPoints
Type:Clio.Utilities.Vector3[]
[out] The hit points.
See Also