MCPcopy Create free account
hub / github.com/OpenLoco/OpenLoco / removeFlags

Function removeFlags

src/OpenLoco/src/Game.cpp:356–359  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

354 }
355
356 void removeFlags(GameStateFlags flags)
357 {
358 setFlags(getFlags() & ~flags);
359 }
360}

Callers 1

handleInputFunction · 0.85

Calls 2

setFlagsFunction · 0.70
getFlagsFunction · 0.70

Tested by

no test coverage detected