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

Function hasFlags

src/OpenLoco/src/Game.cpp:351–354  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

349 }
350
351 bool hasFlags(GameStateFlags flags)
352 {
353 return (getFlags() & flags) != GameStateFlags::none;
354 }
355
356 void removeFlags(GameStateFlags flags)
357 {

Callers 9

validateStep1Function · 0.70
goToNextStepFunction · 0.70
tickFunction · 0.70
handleStepFunction · 0.70
saveLandscapeOpenFunction · 0.70
handleInputFunction · 0.70
dateTickFunction · 0.70
paintMethod · 0.70

Calls 1

getFlagsFunction · 0.70

Tested by

no test coverage detected