Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
75
void RadioMessagePopup::dismissed() {
76
if (m_chatterSound)
77
m_chatterSound->stop();
78
Pane::dismissed();
79
}
80
81
bool RadioMessagePopup::messageActive() {
82
return m_popupStage != PopupStage::Hidden;
Callers
nothing calls this directly
Calls
1
stop
Method · 0.45
Tested by
no test coverage detected