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

Function wpinfo

source/src/bot/bot_waypoint.cpp:1728–1732  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1726COMMAND(autowp, "i");
1727
1728void wpinfo(int *on)
1729{
1730 WaypointClass.SetWaypointsVisible(true);
1731 WaypointClass.SetWPInfo(*on!=0);
1732}
1733
1734COMMAND(wpinfo, "i");
1735

Callers

nothing calls this directly

Calls 2

SetWaypointsVisibleMethod · 0.80
SetWPInfoMethod · 0.80

Tested by

no test coverage detected