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

Method CreateHelpWindow

src/scene_language.cpp:102–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102void Scene_Language::CreateHelpWindow() {
103 help_window.reset(new Window_Help(0, 0, Player::screen_width, 32));
104
105 if (Player::IsRPG2k3E() && lcf::Data::battlecommands.transparency == lcf::rpg::BattleCommands::Transparency_transparent) {
106 help_window->SetBackOpacity(160);
107 }
108
109 help_window->SetVisible(false);
110 translate_window->SetHelpWindow(help_window.get());
111}
112
113void Scene_Language::Start() {
114 CreateTitleGraphic();

Callers

nothing calls this directly

Calls 5

SetBackOpacityMethod · 0.80
SetHelpWindowMethod · 0.80
resetMethod · 0.45
SetVisibleMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected