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

Method BuildBadgeConfigurationList

src/build_vehicle_gui.cpp:1616–1620  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1614 }
1615
1616 DropDownList BuildBadgeConfigurationList() const
1617 {
1618 static const auto separators = {STR_BADGE_CONFIG_PREVIEW, STR_BADGE_CONFIG_NAME};
1619 return BuildBadgeClassConfigurationList(this->badge_classes, BADGE_COLUMNS, separators, COLOUR_GREY);
1620 }
1621
1622 void BuildVehicle()
1623 {

Callers 2

OnClickMethod · 0.95
OnDropdownSelectMethod · 0.95

Calls 1

Tested by

no test coverage detected