OpenTTD Source
20241108-master-g80f628063a
|
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. More... | |
Action to check if a vehicle has no stored cargo.
Definition at line 1385 of file economy.cpp.
|
inline |
Checks if the vehicle has stored cargo.
v | Vehicle to be checked. |
Definition at line 1392 of file economy.cpp.
References Vehicle::cargo, and VehicleCargoList::StoredCount().