Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MultiMC/Launcher
/ getPreLaunchCommand
Method
getPreLaunchCommand
launcher/BaseInstance.cpp:60–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
}
59
60
QString BaseInstance::getPreLaunchCommand()
61
{
62
return settings()->get(
"PreLaunchCommand"
).toString();
63
}
64
65
QString BaseInstance::getWrapperCommand()
66
{
Callers
1
PreLaunchCommand
Method · 0.80
Calls
2
toString
Method · 0.45
get
Method · 0.45
Tested by
no test coverage detected