| 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 | { |
nothing calls this directly
no test coverage detected