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

Function addpath2way1

source/src/bot/bot_waypoint.cpp:1752–1756  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1750COMMAND(addpath1way2, "");
1751
1752void addpath2way1(void)
1753{
1754 WaypointClass.SetWaypointsVisible(true);
1755 WaypointClass.ManuallyCreatePath(curselection, 1, true);
1756}
1757
1758COMMAND(addpath2way1, "");
1759

Callers

nothing calls this directly

Calls 2

SetWaypointsVisibleMethod · 0.80
ManuallyCreatePathMethod · 0.80

Tested by

no test coverage detected