MCPcopy Create free account
hub / github.com/ElyPrismLauncher/Launcher / canLaunch

Method canLaunch

launcher/BaseInstance.cpp:349–352  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

347}
348
349bool BaseInstance::canLaunch() const
350{
351 return (!hasVersionBroken() && !isRunning());
352}
353
354bool BaseInstance::reloadSettings()
355{

Callers 3

launchMethod · 0.45
instanceChangedMethod · 0.45
updateButtonsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected