MCPcopy Create free account
hub / github.com/OpenRCT2/OpenRCT2 / widgetSetVisible

Function widgetSetVisible

src/openrct2-ui/interface/Widget.cpp:1108–1111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1106 }
1107
1108 void widgetSetVisible(WindowBase& w, WidgetIndex widgetIndex, bool value)
1109 {
1110 SafeSetWidgetFlag(w, widgetIndex, WidgetFlag::isHidden, !value);
1111 }
1112
1113 void widgetSetPressed(WindowBase& w, WidgetIndex widgetIndex, bool value)
1114 {

Callers 2

MusicOnPrepareDrawMethod · 0.85
isVisible_setMethod · 0.85

Calls 1

SafeSetWidgetFlagFunction · 0.85

Tested by

no test coverage detected