Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
435
const UString &SaveMetadata::getDifficulty() const { return difficulty; }
436
const SaveType &SaveMetadata::getType() const { return type; }
437
uint64_t SaveMetadata::getGameTicks() const { return gameTicks; }
438
} // namespace OpenApoc
Callers
1
begin
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected