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

Method SetHelpWindow

src/window_selectable.cpp:87–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87void Window_Selectable::SetHelpWindow(Window_Help* nhelp_window) {
88 help_window = nhelp_window;
89 if (active && help_window != NULL) {
90 UpdateHelp();
91 }
92}
93
94void Window_Selectable::UpdateHelp() {
95 if (UpdateHelpFn && help_window != nullptr) {

Callers 14

StartMethod · 0.80
StartMethod · 0.80
ResetWindowsMethod · 0.80
CreateUiMethod · 0.80
CreateHelpWindowMethod · 0.80
StartMethod · 0.80
StartMethod · 0.80
CreateOptionsWindowMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected