MCPcopy Create free account
hub / github.com/MultiMC/Launcher / getNativePath

Method getNativePath

launcher/minecraft/MinecraftInstance.cpp:187–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185}
186
187QString MinecraftInstance::getNativePath() const
188{
189 QDir natives_dir(FS::PathCombine(instanceRoot(), "natives/"));
190 return natives_dir.absolutePath();
191}
192
193QString MinecraftInstance::getLocalLibraryPath() const
194{

Callers 3

executeTaskMethod · 0.80
executeTaskMethod · 0.80
executeTaskMethod · 0.80

Calls 1

PathCombineFunction · 0.85

Tested by

no test coverage detected