Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
handleInput
Function · 0.85
Calls
2
setFlags
Function · 0.70
getFlags
Function · 0.70
Tested by
no test coverage detected