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

Method getPreLaunchCommand

launcher/BaseInstance.cpp:102–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102QString BaseInstance::getPreLaunchCommand()
103{
104 return settings()->get("PreLaunchCommand").toString();
105}
106
107QString BaseInstance::getWrapperCommand()
108{

Callers 1

PreLaunchCommandMethod · 0.80

Calls 2

toStringMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected