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

Function getPluginPath

library/PluginManager.cpp:74–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72#endif
73
74static std::filesystem::path getPluginPath()
75{
76 return Core::getInstance().getHackPath() / "plugins";
77}
78
79static std::filesystem::path getPluginPath (std::string name)
80{

Callers 3

addPluginMethod · 0.85
listPluginsMethod · 0.85
operator[]Method · 0.85

Calls 1

getHackPathMethod · 0.80

Tested by

no test coverage detected