MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / visibility

Method visibility

source/windowing/StarWidget.cpp:232–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230}
231
232bool Widget::visibility() const {
233 return m_visible;
234}
235
236void Widget::toggleVisibility() {
237 m_visible = !m_visible;

Callers 1

takeScriptPanesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected