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

Method SetAutoWaypoint

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

Source from the content-addressed store, hash-verified

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; };
132 void SetWPFlags(node_s *wp, int iFlags) { wp->iFlags |= iFlags; };
133 void UnsetWPFlags(node_s *wp, int iFlags) { wp->iFlags &= ~iFlags; };

Callers 1

autowpFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected