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

Method settings

launcher/BaseInstance.cpp:292–297  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

290}
291
292SettingsObjectPtr BaseInstance::settings()
293{
294 loadSpecificSettings();
295
296 return m_settings;
297}
298
299bool BaseInstance::canLaunch() const
300{

Callers 15

ApplicationMethod · 0.45
controllerSucceededMethod · 0.45
ShowGlobalSettingsMethod · 0.45
showMainWindowMethod · 0.45
executeTaskMethod · 0.45
decideAccountMethod · 0.45
loginMethod · 0.45
launchInstanceMethod · 0.45
onFailedMethod · 0.45
executeTaskMethod · 0.45
checkJavaFinishedMethod · 0.45
indexReceivedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected