Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreesmTeam/FreesmLauncher
/ getPreLaunchCommand
Method
getPreLaunchCommand
launcher/BaseInstance.cpp:110–113 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
108
}
109
110
QString BaseInstance::getPreLaunchCommand()
111
{
112
return settings()->get(
"PreLaunchCommand"
).toString();
113
}
114
115
QString BaseInstance::getWrapperCommand()
116
{
Callers
1
PreLaunchCommand
Method · 0.80
Calls
2
toString
Method · 0.45
get
Method · 0.45
Tested by
no test coverage detected