Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
49
void AmbientManager::setTrackSwitchGrace(float grace) {
50
m_trackSwitchGrace = grace;
51
}
52
53
void AmbientManager::setTrackFadeInTime(float fadeInTime) {
54
m_trackFadeInTime = fadeInTime;
Callers
1
WorldClient
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected