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

Method getHackPath

library/Core.cpp:1087–1090  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1085}
1086
1087std::filesystem::path Core::getHackPath()
1088{
1089 return hack_path;
1090}
1091
1092df::viewscreen * Core::getTopViewscreen() {
1093 return getInstance().top_viewscreen;

Callers 7

getConfigDefaultsPathFunction · 0.80
getHackPathFunction · 0.80
getPluginPathFunction · 0.80
launchDFHackFunction · 0.80
orders.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected