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

Method SetWPInfo

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

Source from the content-addressed store, hash-verified

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; };
134 void SetWPTriggerNr(node_s *wp, short sTriggerNr) { wp->sTriggerNr = sTriggerNr; };

Callers 1

wpinfoFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected