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

Method CreateVarListWindow

src/scene_debug.cpp:906–914  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

904}
905
906void Scene_Debug::CreateVarListWindow() {
907 var_window.reset(new Window_VarList());
908 var_window->SetX(Player::menu_offset_x + range_window->GetWidth());
909 var_window->SetY(range_window->GetY());
910 var_window->SetVisible(false);
911 var_window->SetIndex(-1);
912
913 var_window->UpdateList(GetSelectedIndexFromRange());
914}
915
916void Scene_Debug::CreateNumberInputWindow() {
917 numberinput_window.reset(new Window_NumberInput(Player::menu_offset_x + 160 - (Main_Data::game_variables->GetMaxDigits() + 1) * 6 - 8, Player::menu_offset_y + 104,

Callers

nothing calls this directly

Calls 8

UpdateListMethod · 0.80
resetMethod · 0.45
SetXMethod · 0.45
GetWidthMethod · 0.45
SetYMethod · 0.45
GetYMethod · 0.45
SetVisibleMethod · 0.45
SetIndexMethod · 0.45

Tested by

no test coverage detected