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

Method ScriptTextfileWindow

src/script/script_gui.cpp:600–604  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

598 CompanyID slot{}; ///< View the textfile of this CompanyID slot.
599
600 ScriptTextfileWindow(Window *parent, TextfileType file_type, CompanyID slot) : TextfileWindow(parent, file_type), slot(slot)
601 {
602 this->ConstructWindow();
603 this->OnInvalidateData();
604 }
605
606 std::string GetWidgetString(WidgetID widget, StringID stringid) const override
607 {

Callers

nothing calls this directly

Calls 2

OnInvalidateDataMethod · 0.95
ConstructWindowMethod · 0.45

Tested by

no test coverage detected