MCPcopy Create free account
hub / github.com/REGoth-project/REGoth / getTime

Method getTime

src/engine/GameClock.cpp:86–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86double GameClock::getTime()
87{
88 return m_totalTimeInDays;
89}
90
91std::string GameClock::getTimeOfDayFormatted() const
92{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected