Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ updateModsWarning
Method
updateModsWarning
source/client/StarClientApplication.cpp:839–842 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
837
}
838
839
void ClientApplication::updateModsWarning(float) {
840
if (m_errorScreen->accepted())
841
changeState(MainAppState::Splash);
842
}
843
844
void ClientApplication::updateSplash(float dt) {
845
m_cinematicOverlay->update(dt);
Callers
nothing calls this directly
Calls
1
accepted
Method · 0.80
Tested by
no test coverage detected