Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ pullPendingAudio
Method
pullPendingAudio
source/game/StarWorldClient.cpp:730–732 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
728
}
729
730
List<AudioInstancePtr> WorldClient::pullPendingAudio() {
731
return take(m_samples);
732
}
733
734
List<AudioInstancePtr> WorldClient::pullPendingMusic() {
735
return take(m_music);
Callers
1
update
Method · 0.80
Calls
1
take
Function · 0.85
Tested by
no test coverage detected