Searched refs:GetBestFittingSubType (Results 1 – 5 of 5) sorted by relevance
/dports/games/openttd/openttd-12.1/src/ |
H A D | vehicle_func.h | 56 byte GetBestFittingSubType(Vehicle *v_from, Vehicle *v_for, CargoID dest_cargo_type);
|
H A D | vehicle_cmd.cpp | 379 actual_subtype = GetBestFittingSubType(v, v, new_cid); in RefitVehicle() 944 byte subtype = GetBestFittingSubType(v, w, v->cargo_type); in CmdCloneVehicle()
|
H A D | autoreplace_cmd.cpp | 351 byte subtype = GetBestFittingSubType(old_veh, new_veh, refit_cargo); in BuildReplacementVehicle()
|
H A D | vehicle_gui.cpp | 317 byte GetBestFittingSubType(Vehicle *v_from, Vehicle *v_for, CargoID dest_cargo_type) in GetBestFittingSubType() function
|
/dports/games/openttd/openttd-12.1/src/linkgraph/ |
H A D | refresh.cpp | 107 v->cargo_subtype = GetBestFittingSubType(v, v, this->cargo); in HandleRefit()
|