MCPcopy Create free account
hub / github.com/EasyRPG/Player / Refresh

Method Refresh

src/scene_title.cpp:170–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168}
169
170void Scene_Title::Refresh() {
171 // Enable load game if available
172 continue_enabled = FileFinder::HasSavegame();
173 if (continue_enabled) {
174 command_window->SetIndex(1);
175 }
176 command_window->SetItemEnabled(1, continue_enabled);
177}
178
179void Scene_Title::OnTranslationChanged() {
180 Start();

Callers

nothing calls this directly

Calls 2

SetItemEnabledMethod · 0.80
SetIndexMethod · 0.45

Tested by

no test coverage detected