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

Method setTrackFadeInTime

source/game/StarAmbient.cpp:53–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53void AmbientManager::setTrackFadeInTime(float fadeInTime) {
54 m_trackFadeInTime = fadeInTime;
55}
56
57AudioInstancePtr AmbientManager::updateAmbient(AmbientNoisesDescriptionPtr current, bool dayTime) {
58 auto assets = Root::singleton().assets();

Callers 1

WorldClientMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected