<Code Lib>
M

PathOfTravel.SetWaypoint

Description:
Updates the specified waypoint.

public void SetWaypoint(
	XYZ waypoint,
	int index
)

  • waypoint
    The new point for the waypoint.
  • Int32
    index
    The index of the waypoint to update.

Loading…