<Code Lib>
M

PathOfTravel.InsertWaypoint

Description:
Insert a waypoint at the specified index

public void InsertWaypoint(
	XYZ waypoint,
	int index
)

  • waypoint
    The waypoint to insert.
  • Int32
    index
    The index to insert the waypoint at.

Loading…