Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1087
std::filesystem::path Core::getHackPath()
1088
{
1089
return hack_path;
1090
}
1091
1092
df::viewscreen * Core::getTopViewscreen() {
1093
return getInstance().top_viewscreen;
Callers
7
getConfigDefaultsPath
Function · 0.80
getHackPath
Function · 0.80
getPluginPath
Function · 0.80
launchDFHack
Function · 0.80
command_result plugin_init
Function · 0.80
command_result plugin_init
Function · 0.80
orders.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected