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

Method getGameTicks

game/state/savemanager.cpp:437–437  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

435const UString &SaveMetadata::getDifficulty() const { return difficulty; }
436const SaveType &SaveMetadata::getType() const { return type; }
437uint64_t SaveMetadata::getGameTicks() const { return gameTicks; }
438} // namespace OpenApoc

Callers 1

beginMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected