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

Method dismissed

source/frontend/StarRadioMessagePopup.cpp:75–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75void RadioMessagePopup::dismissed() {
76 if (m_chatterSound)
77 m_chatterSound->stop();
78 Pane::dismissed();
79}
80
81bool RadioMessagePopup::messageActive() {
82 return m_popupStage != PopupStage::Hidden;

Callers

nothing calls this directly

Calls 1

stopMethod · 0.45

Tested by

no test coverage detected