Click or drag to resize

Flightor3DAddCorridorOutlineSegment Method

Namespace:  ff14bot.Overlay3D
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public void AddCorridorOutlineSegment(
	Vector3 start,
	Vector3 end,
	int startIndex,
	int endIndex
)

Parameters

start
Type: Clio.UtilitiesVector3
end
Type: Clio.UtilitiesVector3
startIndex
Type: SystemInt32
endIndex
Type: SystemInt32
See Also