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

Method UnsetWPFlags

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

Source from the content-addressed store, hash-verified

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; };
135 void SetWPYaw(node_s *wp, short sYaw) { wp->sYaw = sYaw; };
136 bool WaypointsAreVisible(void) { return m_bDrawWaypoints; };

Callers 1

unsetjumpwpFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected