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

Function wpvisible

source/src/bot/bot_waypoint.cpp:1692–1695  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1690COMMAND(delwp, "");
1691
1692void wpvisible(int *on)
1693{
1694 WaypointClass.SetWaypointsVisible(*on!=0);
1695}
1696
1697COMMAND(wpvisible, "i");
1698

Callers

nothing calls this directly

Calls 1

SetWaypointsVisibleMethod · 0.80

Tested by

no test coverage detected