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

Method isDisplayed

source/windowing/StarPane.cpp:69–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69bool Pane::isDisplayed() const {
70 return !m_dismissed;
71}
72
73bool Pane::sendEvent(InputEvent const& event) {
74 if (m_visible) {

Callers 13

MainInterfaceMethod · 0.45
openCraftingWindowMethod · 0.45
openMerchantWindowMethod · 0.45
activeMerchantPaneMethod · 0.45
handleInteractActionMethod · 0.45
updateMethod · 0.45
warpToMethod · 0.45
sendEventMethod · 0.45
updateMethod · 0.45
inviteButtonMethod · 0.45
showMemberMenuMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected