Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
734
List<AudioInstancePtr> WorldClient::pullPendingMusic() {
735
return take(m_music);
736
}
737
738
void WorldClient::dimWorld() {
739
m_worldDimTimer.reset();
Callers
1
update
Method · 0.80
Calls
1
take
Function · 0.85
Tested by
no test coverage detected