OpenTTD Source 20241224-master-gf74b0cf984
|
Simple calculated statistics of a company. More...
#include <network_type.h>
Data Fields | |
uint16_t | num_vehicle [NETWORK_VEH_END] |
How many vehicles are there of this type? | |
uint16_t | num_station [NETWORK_VEH_END] |
How many stations are there of this type? | |
bool | ai |
Is this company an AI. | |
Simple calculated statistics of a company.
Definition at line 67 of file network_type.h.
bool NetworkCompanyStats::ai |
Is this company an AI.
Definition at line 70 of file network_type.h.
uint16_t NetworkCompanyStats::num_station[NETWORK_VEH_END] |
How many stations are there of this type?
Definition at line 69 of file network_type.h.
Referenced by NetworkPopulateCompanyStats(), and ServerNetworkAdminSocketHandler::SendCompanyStats().
uint16_t NetworkCompanyStats::num_vehicle[NETWORK_VEH_END] |
How many vehicles are there of this type?
Definition at line 68 of file network_type.h.
Referenced by NetworkPopulateCompanyStats(), and ServerNetworkAdminSocketHandler::SendCompanyStats().