MCPcopy Create free account
hub / github.com/DFHack/dfhack / getTickCount

Function getTickCount

library/LuaApi.cpp:1358–1358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1356
1357static string getDFVersion() { return Core::getInstance().vinfo->getVersion(); }
1358static uint32_t getTickCount() { return Core::getInstance().p->getTickCount(); }
1359
1360static std::filesystem::path getDFPath() { return Core::getInstance().p->getPath(); }
1361static std::filesystem::path getHackPath() { return Core::getInstance().getHackPath(); }

Callers

nothing calls this directly

Calls 1

getTickCountMethod · 0.80

Tested by

no test coverage detected