OpenTTD Source 20250312-master-gcdcc6b491d
|
Action to check if a vehicle has no stored cargo. More...
Public Member Functions | |
bool | operator() (const Vehicle *v) |
Checks if the vehicle has stored cargo. | |
Action to check if a vehicle has no stored cargo.
Definition at line 1367 of file economy.cpp.
|
inline |
Checks if the vehicle has stored cargo.
v | Vehicle to be checked. |
Definition at line 1374 of file economy.cpp.
References Vehicle::cargo, and VehicleCargoList::StoredCount().