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

Method Clear

src/window_help.cpp:48–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48void Window_Help::Clear() {
49 this->text = "";
50 this->color = Font::ColorDefault;
51 this->align = Text::AlignLeft;
52 text_x_offset = 0;
53 contents->Clear();
54}
55
56void Window_Help::AddText(std::string text, int color, Text::Alignment align, bool halfwidthspace) {
57 std::string::size_type pos = 0;

Callers 3

Window_HelpMethod · 0.45
SetTextMethod · 0.45
UpdateScrollMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected