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

Method compressed

source/core/StarAudio.cpp:589–591  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

587}
588
589bool Audio::compressed() const {
590 return (bool)m_compressed;
591}
592
593void Audio::uncompress() {
594 if (m_compressed) {

Callers 2

playbackMethod · 0.80
loadAudioMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected