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

Function delpath2way1

source/src/bot/bot_waypoint.cpp:1784–1788  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1782COMMAND(delpath1way2, "");
1783
1784void delpath2way1(void)
1785{
1786 WaypointClass.SetWaypointsVisible(true);
1787 WaypointClass.ManuallyDeletePath(curselection, 1, true);
1788}
1789
1790COMMAND(delpath2way1, "");
1791

Callers

nothing calls this directly

Calls 2

SetWaypointsVisibleMethod · 0.80
ManuallyDeletePathMethod · 0.80

Tested by

no test coverage detected