Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
setDefaultScenarioOptions
Function · 0.70
validateStep1
Function · 0.70
goToNextStep
Function · 0.70
tick
Function · 0.70
handleStep
Function · 0.70
saveLandscapeOpen
Function · 0.70
handleInput
Function · 0.70
dateTick
Function · 0.70
paint
Method · 0.70
Calls
1
getFlags
Function · 0.70
Tested by
no test coverage detected