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

Method UpdateDetailWindow

src/scene_debug.cpp:890–896  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

888}
889
890void Scene_Debug::UpdateDetailWindow() {
891 if (mode == eInterpreter) {
892 UpdateInterpreterWindow(GetSelectedIndexFromRange());
893 } else {
894 var_window->UpdateList(GetSelectedIndexFromRange());
895 }
896}
897
898void Scene_Debug::RefreshDetailWindow() {
899 if (mode == eInterpreter) {

Callers

nothing calls this directly

Calls 1

UpdateListMethod · 0.80

Tested by

no test coverage detected