MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / getNativePath

Method getNativePath

launcher/minecraft/MinecraftInstance.cpp:249–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247}
248
249QString MinecraftInstance::getNativePath() const
250{
251 QDir natives_dir(FS::PathCombine(instanceRoot(), "natives/"));
252 return natives_dir.absolutePath();
253}
254
255QString MinecraftInstance::getLocalLibraryPath() const
256{

Callers 3

executeTaskMethod · 0.80
executeTaskMethod · 0.80
executeTaskMethod · 0.80

Calls 1

PathCombineFunction · 0.85

Tested by

no test coverage detected