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

Method SetWaypointsVisible

source/src/bot/bot_waypoint.h:128–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126 void SetMapName(const char *map) { strcpy(m_szMapName, map); };
127
128 void SetWaypointsVisible(bool Visible) { m_bDrawWaypoints = Visible; };
129 void SetPathsVisible(bool Visible) { m_bDrawWPPaths = Visible; };
130 void SetAutoWaypoint(bool On) { m_bAutoWaypoint = On; };
131 void SetWPInfo(bool on) { m_bDrawWPText = on; };

Callers 13

addwpFunction · 0.80
delwpFunction · 0.80
wpvisibleFunction · 0.80
autowpFunction · 0.80
wpinfoFunction · 0.80
addpath1way1Function · 0.80
addpath1way2Function · 0.80
addpath2way1Function · 0.80
addpath2way2Function · 0.80
delpath1way1Function · 0.80
delpath1way2Function · 0.80
delpath2way1Function · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected