MCPcopy 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
730List<AudioInstancePtr> WorldClient::pullPendingAudio() {
731 return take(m_samples);
732}
733
734List<AudioInstancePtr> WorldClient::pullPendingMusic() {
735 return take(m_music);

Callers 1

updateMethod · 0.80

Calls 1

takeFunction · 0.85

Tested by

no test coverage detected