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

Function delwp

source/src/bot/bot_waypoint.cpp:1684–1688  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1682COMMAND(addwp, "i");
1683
1684void delwp(void)
1685{
1686 WaypointClass.SetWaypointsVisible(true);
1687 WaypointClass.DeleteWaypoint(curselection);
1688}
1689
1690COMMAND(delwp, "");
1691

Callers

nothing calls this directly

Calls 2

SetWaypointsVisibleMethod · 0.80
DeleteWaypointMethod · 0.80

Tested by

no test coverage detected