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

Method windowsOpen

source/frontend/StarMainInterface.cpp:266–268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264}
265
266bool MainInterface::windowsOpen() const {
267 return (bool)m_paneManager.topPane({PaneLayer::Window});
268}
269
270MerchantPanePtr MainInterface::activeMerchantPane() const {
271 if (m_paneManager.isDisplayed(m_merchantWindow))

Callers

nothing calls this directly

Calls 1

topPaneMethod · 0.80

Tested by

no test coverage detected