MCPcopy Create free account
hub / github.com/OpenApoc/OpenApoc / dayPassed

Method dayPassed

game/state/gametime.cpp:218–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216bool GameTime::hourPassed() const { return hourPassedFlag; }
217
218bool GameTime::dayPassed() const { return dayPassedFlag; }
219
220bool GameTime::weekPassed() const { return weekPassedFlag; }
221

Callers 1

updateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected