Home
last modified time | relevance | path

Searched refs:GetBestFittingSubType (Results 1 – 5 of 5) sorted by relevance

/dports/games/openttd/openttd-12.1/src/
H A Dvehicle_func.h56 byte GetBestFittingSubType(Vehicle *v_from, Vehicle *v_for, CargoID dest_cargo_type);
H A Dvehicle_cmd.cpp379 actual_subtype = GetBestFittingSubType(v, v, new_cid); in RefitVehicle()
944 byte subtype = GetBestFittingSubType(v, w, v->cargo_type); in CmdCloneVehicle()
H A Dautoreplace_cmd.cpp351 byte subtype = GetBestFittingSubType(old_veh, new_veh, refit_cargo); in BuildReplacementVehicle()
H A Dvehicle_gui.cpp317 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 Drefresh.cpp107 v->cargo_subtype = GetBestFittingSubType(v, v, this->cargo); in HandleRefit()