Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1690
COMMAND(delwp,
""
);
1691
1692
void wpvisible(int *on)
1693
{
1694
WaypointClass.SetWaypointsVisible(*on!=0);
1695
}
1696
1697
COMMAND(wpvisible,
"i"
);
1698
Callers
nothing calls this directly
Calls
1
SetWaypointsVisible
Method · 0.80
Tested by
no test coverage detected