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

Function setFlags

src/OpenLoco/src/Game.cpp:346–349  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

344 }
345
346 void setFlags(GameStateFlags flags)
347 {
348 getGameState().flags = flags;
349 }
350
351 bool hasFlags(GameStateFlags flags)
352 {

Callers 1

removeFlagsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected