Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MultiMC/Launcher
/ applyMinecraftArguments
Method
applyMinecraftArguments
launcher/minecraft/LaunchProfile.cpp:43–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
}
42
43
void LaunchProfile::applyMinecraftArguments(const QString& minecraftArguments)
44
{
45
applyString(minecraftArguments, this->m_minecraftArguments);
46
}
47
48
void LaunchProfile::applyMinecraftVersionType(const QString& type)
49
{
Callers
1
applyTo
Method · 0.80
Calls
1
applyString
Function · 0.85
Tested by
no test coverage detected