MCPcopy 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
43void LaunchProfile::applyMinecraftArguments(const QString& minecraftArguments)
44{
45 applyString(minecraftArguments, this->m_minecraftArguments);
46}
47
48void LaunchProfile::applyMinecraftVersionType(const QString& type)
49{

Callers 1

applyToMethod · 0.80

Calls 1

applyStringFunction · 0.85

Tested by

no test coverage detected