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

Function delpath2way2

source/src/bot/bot_waypoint.cpp:1792–1796  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1790COMMAND(delpath2way1, "");
1791
1792void delpath2way2(void)
1793{
1794 WaypointClass.SetWaypointsVisible(true);
1795 WaypointClass.ManuallyDeletePath(curselection, 2, true);
1796}
1797
1798COMMAND(delpath2way2, "");
1799

Callers

nothing calls this directly

Calls 2

SetWaypointsVisibleMethod · 0.80
ManuallyDeletePathMethod · 0.80

Tested by

no test coverage detected