OpenTTD Source 20250924-master-gbec4e71d53
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 88 of file town.h.

Member Function Documentation

◆ PctTransported()

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

Definition at line 92 of file town.h.

Field Documentation

◆ production

uint32_t Town::SuppliedHistory::production = 0

Total produced.

Definition at line 89 of file town.h.

Referenced by TownScopeResolver::GetVariable().

◆ transported

uint32_t Town::SuppliedHistory::transported = 0

Total transported.

Definition at line 90 of file town.h.

Referenced by TownScopeResolver::GetVariable().


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