MCPcopy Create free account
hub / github.com/Cubitect/cubiomes-viewer / getLuaDir

Function getLuaDir

src/scripts.cpp:54–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54QString getLuaDir()
55{
56 QString luadir = QStandardPaths::writableLocation(QStandardPaths::AppConfigLocation) + "/lua";
57 QDir dir(luadir);
58 if (!dir.exists())
59 dir.mkpath(".");
60 return luadir;
61}
62
63uint64_t getScriptHash(QFileInfo finfo)
64{

Callers 3

getScriptsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected