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

Method loops

source/base/StarMixer.cpp:101–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101int AudioInstance::loops() const {
102 MutexLocker locker(m_mutex);
103 return m_loops;
104}
105
106void AudioInstance::setLoops(int loops) {
107 MutexLocker locker(m_mutex);

Callers 1

stopAudioMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected