Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ introComplete
Method
introComplete
source/game/StarPlayerLog.cpp:57–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
}
56
57
bool PlayerLog::introComplete() const {
58
return m_introComplete;
59
}
60
61
void PlayerLog::setIntroComplete(bool complete) {
62
m_introComplete = complete;
Callers
4
connect
Method · 0.80
writePlayerData
Method · 0.80
makePlayerCallbacks
Method · 0.80
changeState
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected