OpenTTD Source 20250905-master-g122023be8d
Town::SuppliedHistory Struct Reference

Public Member Functions

uint8_t PctTransported () const
 

Data Fields

uint32_t production = 0
 Total produced.
 
uint32_t transported = 0
 Total transported.
 

Detailed Description

Definition at line 78 of file town.h.

Member Function Documentation

◆ PctTransported()

uint8_t Town::SuppliedHistory::PctTransported ( ) const
inline

Definition at line 82 of file town.h.

Field Documentation

◆ production

uint32_t Town::SuppliedHistory::production = 0

Total produced.

Definition at line 79 of file town.h.

Referenced by TownScopeResolver::GetVariable().

◆ transported

uint32_t Town::SuppliedHistory::transported = 0

Total transported.

Definition at line 80 of file town.h.

Referenced by TownScopeResolver::GetVariable().


The documentation for this struct was generated from the following file: