OpenTTD Source  20240919-master-gdf0233f4c2
GUIVehicleGroup Struct Reference

Public Member Functions

 GUIVehicleGroup (VehicleList::const_iterator vehicles_begin, VehicleList::const_iterator vehicles_end)
 
std::ptrdiff_t NumVehicles () const
 
const VehicleGetSingleVehicle () const
 
Money GetDisplayProfitThisYear () const
 
Money GetDisplayProfitLastYear () const
 
TimerGameEconomy::Date GetOldestVehicleAge () const
 

Data Fields

VehicleList::const_iterator vehicles_begin
 Pointer to beginning element of this vehicle group.
 
VehicleList::const_iterator vehicles_end
 Pointer to past-the-end element of this vehicle group.
 

Detailed Description

Definition at line 24 of file vehicle_gui_base.h.


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