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

Method isEnabled

launcher/minecraft/Component.cpp:170–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168}
169
170bool Component::isEnabled()
171{
172 return !canBeDisabled() || !m_disabled;
173}
174
175bool Component::canBeDisabled()
176{

Callers 9

VersionPageMethod · 0.80
actionChangedFunction · 0.80
updateDialogStateMethod · 0.80
updateDialogStateMethod · 0.80
on_skipButton_clickedMethod · 0.80
dataMethod · 0.80
setDataMethod · 0.80
getModLoadersMethod · 0.80
getModLoadersListMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected