MCPcopy 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
57bool PlayerLog::introComplete() const {
58 return m_introComplete;
59}
60
61void PlayerLog::setIntroComplete(bool complete) {
62 m_introComplete = complete;

Callers 4

connectMethod · 0.80
writePlayerDataMethod · 0.80
makePlayerCallbacksMethod · 0.80
changeStateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected