Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ stopMusic
Method
stopMusic
source/frontend/StarTitleScreen.cpp:174–177 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
172
}
173
174
void TitleScreen::stopMusic() {
175
if (m_currentMusicTrack)
176
m_currentMusicTrack->stop(8.0f);
177
}
178
179
PlayerPtr TitleScreen::currentlySelectedPlayer() const {
180
return m_mainAppPlayer;
Callers
1
changeState
Method · 0.80
Calls
1
stop
Method · 0.45
Tested by
no test coverage detected