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

Method applyMinecraftArguments

launcher/minecraft/LaunchProfile.cpp:80–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80void LaunchProfile::applyMinecraftArguments(const QString& minecraftArguments)
81{
82 applyString(minecraftArguments, this->m_minecraftArguments);
83}
84
85void LaunchProfile::applyAddnJvmArguments(const QStringList& addnJvmArguments)
86{

Callers 1

applyToMethod · 0.80

Calls 1

applyStringFunction · 0.85

Tested by

no test coverage detected