Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1726
COMMAND(autowp,
"i"
);
1727
1728
void wpinfo(int *on)
1729
{
1730
WaypointClass.SetWaypointsVisible(true);
1731
WaypointClass.SetWPInfo(*on!=0);
1732
}
1733
1734
COMMAND(wpinfo,
"i"
);
1735
Callers
nothing calls this directly
Calls
2
SetWaypointsVisible
Method · 0.80
SetWPInfo
Method · 0.80
Tested by
no test coverage detected