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

Function addpath1way1

source/src/bot/bot_waypoint.cpp:1736–1740  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1734COMMAND(wpinfo, "i");
1735
1736void addpath1way1(void)
1737{
1738 WaypointClass.SetWaypointsVisible(true);
1739 WaypointClass.ManuallyCreatePath(curselection, 1, false);
1740}
1741
1742COMMAND(addpath1way1, "");
1743

Callers

nothing calls this directly

Calls 2

SetWaypointsVisibleMethod · 0.80
ManuallyCreatePathMethod · 0.80

Tested by

no test coverage detected