MCPcopy 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
174void TitleScreen::stopMusic() {
175 if (m_currentMusicTrack)
176 m_currentMusicTrack->stop(8.0f);
177}
178
179PlayerPtr TitleScreen::currentlySelectedPlayer() const {
180 return m_mainAppPlayer;

Callers 1

changeStateMethod · 0.80

Calls 1

stopMethod · 0.45

Tested by

no test coverage detected