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

Method canLaunch

launcher/BaseInstance.cpp:299–302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

297}
298
299bool BaseInstance::canLaunch() const
300{
301 return (!hasVersionBroken() && !isRunning());
302}
303
304bool BaseInstance::reloadSettings()
305{

Callers 4

launchMethod · 0.45
updateToolsMenuMethod · 0.45
instanceChangedMethod · 0.45
updateLaunchButtonsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected