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

Method canLaunch

launcher/BaseInstance.cpp:337–340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

335}
336
337bool BaseInstance::canLaunch() const
338{
339 return (!hasVersionBroken() && !isRunning());
340}
341
342bool BaseInstance::reloadSettings()
343{

Callers 3

launchMethod · 0.45
instanceChangedMethod · 0.45
updateButtonsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected