MCPcopy 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

canResizeMethod · 0.95
isTranslucentMethod · 0.95
moveWindowToLocationMethod · 0.95
drawMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected