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

Method CreateHelpWindow

src/scene_file.cpp:73–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73void Scene_File::CreateHelpWindow() {
74 help_window.reset(new Window_Help(Player::menu_offset_x, 0, MENU_WIDTH, 32));
75 help_window->SetText(message);
76 help_window->SetZ(Priority_Window + 1);
77}
78
79void Scene_File::PopulatePartyFaces(Window_SaveFile& win, int /* id */, lcf::rpg::Save& savegame) {
80 win.SetParty(savegame.title);

Callers

nothing calls this directly

Calls 3

SetTextMethod · 0.80
SetZMethod · 0.80
resetMethod · 0.45

Tested by

no test coverage detected