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

Method reload

launcher/settings/INISettingsObject.cpp:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31bool INISettingsObject::reload()
32{
33 return m_ini.loadFile(m_filePath) && SettingsObject::reload();
34}
35
36void INISettingsObject::suspendSave()
37{

Callers

nothing calls this directly

Calls 1

loadFileMethod · 0.80

Tested by

no test coverage detected