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

Function autowp

source/src/bot/bot_waypoint.cpp:1720–1724  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1718COMMAND(wpclear, "");
1719
1720void autowp(int *on)
1721{
1722 WaypointClass.SetWaypointsVisible(true);
1723 WaypointClass.SetAutoWaypoint(*on!=0);
1724}
1725
1726COMMAND(autowp, "i");
1727

Callers

nothing calls this directly

Calls 2

SetWaypointsVisibleMethod · 0.80
SetAutoWaypointMethod · 0.80

Tested by

no test coverage detected