You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Add an explicit `mn.createWaypointList` function
2. Allow `mn.createWaypoint` to be used with an empty waypoint list
3. Update documentation of `mn.createWaypoint` to clarify optional arguments
"Creates a waypoint list. If a name is not specified, the list will have a default name. Be sure to populate the list with at least one waypoint before using it!",
1477
+
"waypointlist",
1478
+
"Waypoint list handle, or invalid handle if waypoint list couldn't be created")
"Creates a waypoint. If Position is not specified, the waypoint will be at (0,0,0). If List is not specified, a new list will be created and the waypoint will be added to it.",
1477
1514
"waypoint",
1478
1515
"Waypoint handle, or invalid waypoint handle if waypoint couldn't be created")
0 commit comments