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

Method hourPassed

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

Source from the content-addressed store, hash-verified

214bool GameTime::fiveMinutesPassed() const { return fiveMinutesPassedFlag; }
215
216bool GameTime::hourPassed() const { return hourPassedFlag; }
217
218bool GameTime::dayPassed() const { return dayPassedFlag; }
219

Callers 1

updateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected