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

Method get

launcher/minecraft/MinecraftInstance.cpp:104–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102 {
103 }
104 virtual QVariant get() const
105 {
106 bool a = m_a->get().toBool();
107 bool b = m_b->get().toBool();
108 return a || b;
109 }
110 virtual void reset() {}
111 virtual void set(QVariant value) {}
112private:

Callers 15

javaArgumentsMethod · 0.45
getVariablesMethod · 0.45
createLaunchScriptMethod · 0.45
verboseDescriptionMethod · 0.45
createLaunchTaskMethod · 0.45
launchMethodMethod · 0.45
getJavaVersionMethod · 0.45
loaderModListMethod · 0.45
coreModListMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected