Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenLoco/OpenLoco
/ hasFlags
Method
hasFlags
src/OpenLoco/include/OpenLoco/Ui/Window.h:310–313 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
308
}
309
310
constexpr bool hasFlags(WindowFlags flagsToTest) const
311
{
312
return (flags & flagsToTest) != WindowFlags::none;
313
}
314
315
bool isVisible();
316
bool isTranslucent();
Callers
5
canResize
Method · 0.95
isTranslucent
Method · 0.95
viewportsUpdatePosition
Method · 0.95
moveWindowToLocation
Method · 0.95
draw
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected