MCPcopy Create free account
hub / github.com/FreesmTeam/FreesmLauncher / isVersionChangeable

Method isVersionChangeable

launcher/minecraft/Component.cpp:225–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223}
224
225bool Component::isVersionChangeable(bool wait)
226{
227 auto list = getVersionList();
228 if (list) {
229 if (wait)
230 list->waitToLoad();
231 return list->count() != 0;
232 }
233 return false;
234}
235
236bool Component::isKnownModloader()
237{

Callers 1

updateButtonsMethod · 0.80

Calls 2

waitToLoadMethod · 0.80
countMethod · 0.45

Tested by

no test coverage detected