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

Method gameRoot

launcher/BaseInstance.h:120–123  ·  view source on GitHub ↗

Path to the instance's game root directory.

Source from the content-addressed store, hash-verified

118
119 /// Path to the instance's game root directory.
120 virtual QString gameRoot() const
121 {
122 return instanceRoot();
123 }
124
125 /// Path to the instance's mods directory.
126 virtual QString modsRoot() const = 0;

Callers 1

getPagesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected