Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2351
void ShowSurveyResultTextfileWindow(Window *parent)
2352
{
2353
parent->CloseChildWindowById(WC_TEXTFILE, TFT_SURVEY_RESULT);
2354
new SurveyResultTextfileWindow(parent, TFT_SURVEY_RESULT);
2355
}
Callers
2
OnClick
Method · 0.85
OnClick
Method · 0.85
Calls
1
CloseChildWindowById
Method · 0.80
Tested by
no test coverage detected