Make a number of rows with buttons for each company for the Script debug window. */
| 1195 | |
| 1196 | /** Make a number of rows with buttons for each company for the Script debug window. */ |
| 1197 | std::unique_ptr<NWidgetBase> MakeCompanyButtonRowsScriptDebug() |
| 1198 | { |
| 1199 | return MakeCompanyButtonRows(WID_SCRD_COMPANY_BUTTON_START, WID_SCRD_COMPANY_BUTTON_END, COLOUR_GREY, 5, STR_AI_DEBUG_SELECT_AI_TOOLTIP, false); |
| 1200 | } |
| 1201 | |
| 1202 | /** Widgets for the Script debug window. */ |
| 1203 | static constexpr std::initializer_list<NWidgetPart> _nested_script_debug_widgets = { |
nothing calls this directly
no test coverage detected