MCPcopy Create free account
hub / github.com/FreesmTeam/FreesmLauncher / getNativePath

Method getNativePath

launcher/minecraft/MinecraftInstance.cpp:306–310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

304}
305
306QString MinecraftInstance::getNativePath() const
307{
308 QDir natives_dir(FS::PathCombine(instanceRoot(), "natives/"));
309 return natives_dir.absolutePath();
310}
311
312QString MinecraftInstance::getLocalLibraryPath() const
313{

Callers 2

executeTaskMethod · 0.80
executeTaskMethod · 0.80

Calls 1

PathCombineFunction · 0.85

Tested by

no test coverage detected