MCPcopy Create free account
hub / github.com/assaultcube/AC / addpath2way2

Function addpath2way2

source/src/bot/bot_waypoint.cpp:1760–1764  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1758COMMAND(addpath2way1, "");
1759
1760void addpath2way2(void)
1761{
1762 WaypointClass.SetWaypointsVisible(true);
1763 WaypointClass.ManuallyCreatePath(curselection, 2, true);
1764}
1765
1766COMMAND(addpath2way2, "");
1767

Callers

nothing calls this directly

Calls 2

SetWaypointsVisibleMethod · 0.80
ManuallyCreatePathMethod · 0.80

Tested by

no test coverage detected