MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / ShowSurveyResultTextfileWindow

Function ShowSurveyResultTextfileWindow

src/network/network_gui.cpp:2351–2355  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2349};
2350
2351void ShowSurveyResultTextfileWindow(Window *parent)
2352{
2353 parent->CloseChildWindowById(WC_TEXTFILE, TFT_SURVEY_RESULT);
2354 new SurveyResultTextfileWindow(parent, TFT_SURVEY_RESULT);
2355}

Callers 2

OnClickMethod · 0.85
OnClickMethod · 0.85

Calls 1

CloseChildWindowByIdMethod · 0.80

Tested by

no test coverage detected