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

Method secondPassed

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

Source from the content-addressed store, hash-verified

210uint64_t GameTime::getTicks() const { return ticks; }
211
212bool GameTime::secondPassed() const { return secondPassedFlag; }
213
214bool GameTime::fiveMinutesPassed() const { return fiveMinutesPassedFlag; }
215

Callers 1

updateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected