37 std::vector<std::pair<std::string, std::string>>
names;
t_string title
The section title.
const credits_data & get_credits_data()
Gets all credits data.
std::vector< about_group > sections
The group's sub-groups.
std::vector< std::string > get_background_images(const std::string &campaign)
Gets credit background images for a given campaign.
Display credits about all contributors.
std::vector< credits_group > credits_data
std::vector< std::pair< std::string, std::string > > names
Contributor names.
void set_about(const game_config_view &cfg)
Regenerates the credits data.
credits_group(const config &cfg, bool is_campaign_credits)
about_group(const config &cfg)
std::string id
Optional group ID.
bool operator<(const about_group &o) const
std::optional< credits_data::const_iterator > get_campaign_credits(const std::string &campaign)
Gets credits for a given campaign.
t_string header
Optional group title.
A config object defines a single node in a WML file, with access to child nodes.