|
OpenTTD Source 20251104-master-g3befbdd52f
|
Statistics about the economy. More...
#include <company_base.h>
Data Fields | |
| Money | income = 0 |
| The amount of income. | |
| Money | expenses = 0 |
| The amount of expenses. | |
| CargoArray | delivered_cargo {} |
| The amount of delivered cargo. | |
| int32_t | performance_history = 0 |
| Company score (scale 0-1000) | |
| Money | company_value = 0 |
| The value of the company. | |
Statistics about the economy.
Definition at line 24 of file company_base.h.
| Money CompanyEconomyEntry::company_value = 0 |
The value of the company.
Definition at line 29 of file company_base.h.
| CargoArray CompanyEconomyEntry::delivered_cargo {} |
The amount of delivered cargo.
Definition at line 27 of file company_base.h.
Referenced by DeliverGoods().
| Money CompanyEconomyEntry::expenses = 0 |
The amount of expenses.
Definition at line 26 of file company_base.h.
Referenced by SubtractMoneyFromAnyCompany().
| Money CompanyEconomyEntry::income = 0 |
The amount of income.
Definition at line 25 of file company_base.h.
Referenced by SubtractMoneyFromAnyCompany().
| int32_t CompanyEconomyEntry::performance_history = 0 |
Company score (scale 0-1000)
Definition at line 28 of file company_base.h.