OpenTTD Source
20241108-master-g80f628063a
|
Data that needs to be stored for company news messages. More...
#include <news_type.h>
Public Member Functions | |
CompanyNewsInformation (const struct Company *c, const struct Company *other=nullptr) | |
Fill the CompanyNewsInformation struct with the required data. More... | |
Data Fields | |
std::string | company_name |
The name of the company. | |
std::string | president_name |
The name of the president. | |
std::string | other_company_name |
The name of the company taking over this one. | |
uint32_t | face |
The face of the president. | |
Colours | colour |
The colour related to the company. | |
Data that needs to be stored for company news messages.
The problem with company news messages are the custom name of the companies and the fact that the company data is reset, resulting in wrong names and such.
Definition at line 153 of file news_type.h.
CompanyNewsInformation::CompanyNewsInformation | ( | const struct Company * | c, |
const struct Company * | other = nullptr |
||
) |
Fill the CompanyNewsInformation struct with the required data.
c | the current company. |
other | the other company (use nullptr if not relevant). |
Definition at line 818 of file company_cmd.cpp.
References CompanyProperties::colour, colour, company_name, CompanyProperties::face, face, GetString(), Pool< Titem, Tindex, Tgrowth_step, Tmax_size, Tpool_type, Tcache, Tzero >::PoolItem< Tpool >::index, other_company_name, president_name, and SetDParam().