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

Method reload

launcher/minecraft/gameoptions/GameOptions.cpp:133–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133bool GameOptions::reload()
134{
135 beginResetModel();
136 loaded = load(path, contents, version);
137 endResetModel();
138 return loaded;
139}
140
141bool GameOptions::save()
142{

Callers

nothing calls this directly

Calls 1

loadFunction · 0.85

Tested by

no test coverage detected