Global state for badge class configuration.
More...
Global state for badge class configuration.
Definition at line 23 of file newgrf_badge_config.cpp.
◆ CONFIGURABLE_FEATURES
Initial value:= {
GSF_TRAINS, GSF_ROADVEHICLES, GSF_SHIPS, GSF_AIRCRAFT, GSF_STATIONS, GSF_HOUSES, GSF_OBJECTS, GSF_ROADSTOPS,
}
Definition at line 29 of file newgrf_badge_config.cpp.
◆ EMPTY_CONFIG_ITEM
◆ features
std::array<std::vector<BadgeClassConfigItem>, GrfSpecFeature::GSF_END> BadgeClassConfig::features = {} |
◆ sections
const std::array<std::string_view, GrfSpecFeature::GSF_END> BadgeClassConfig::sections |
|
inlinestatic |
Initial value:= {
"badges_trains",
"badges_roadvehicles",
"badges_ships",
"badges_aircraft",
"badges_stations",
{},
{},
"badges_houses",
{},
{},
{},
{},
{},
{},
{},
"badges_objects",
{},
{},
{},
{},
"badges_roadstops",
{},
}
Definition at line 33 of file newgrf_badge_config.cpp.
The documentation for this class was generated from the following file: