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

Function addpath1way2

source/src/bot/bot_waypoint.cpp:1744–1748  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1742COMMAND(addpath1way1, "");
1743
1744void addpath1way2(void)
1745{
1746 WaypointClass.SetWaypointsVisible(true);
1747 WaypointClass.ManuallyCreatePath(curselection, 2, false);
1748}
1749
1750COMMAND(addpath1way2, "");
1751

Callers

nothing calls this directly

Calls 2

SetWaypointsVisibleMethod · 0.80
ManuallyCreatePathMethod · 0.80

Tested by

no test coverage detected