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

Method getTicks

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

Source from the content-addressed store, hash-verified

208}
209
210uint64_t GameTime::getTicks() const { return ticks; }
211
212bool GameTime::secondPassed() const { return secondPassedFlag; }
213

Callers 15

SaveMetadataMethod · 0.80
startGameMethod · 0.80
invasionMethod · 0.80
updateMethod · 0.80
updateTurboMethod · 0.80
updateBeforeBattleMethod · 0.80
updateAfterBattleMethod · 0.80
underAttackMethod · 0.80
updateIdleMethod · 0.80
updateIdleMethod · 0.80
CargoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected