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

Method setTrackSwitchGrace

source/game/StarAmbient.cpp:49–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49void AmbientManager::setTrackSwitchGrace(float grace) {
50 m_trackSwitchGrace = grace;
51}
52
53void AmbientManager::setTrackFadeInTime(float fadeInTime) {
54 m_trackFadeInTime = fadeInTime;

Callers 1

WorldClientMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected