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

Method pullPendingMusic

source/game/StarWorldClient.cpp:734–736  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

732}
733
734List<AudioInstancePtr> WorldClient::pullPendingMusic() {
735 return take(m_music);
736}
737
738void WorldClient::dimWorld() {
739 m_worldDimTimer.reset();

Callers 1

updateMethod · 0.80

Calls 1

takeFunction · 0.85

Tested by

no test coverage detected