Home
last modified time | relevance | path

Searched refs:GetVehicleSet (Results 1 – 4 of 4) sorted by relevance

/dports/games/openttd/openttd-12.1/src/
H A Dvehicle_func.h177 void GetVehicleSet(VehicleSet &set, Vehicle *v, uint8 num_vehicles);
H A Dvehicle_cmd.cpp354 GetVehicleSet(vehicles_to_refit, v, num_vehicles); in RefitVehicle()
H A Dvehicle_gui.cpp501 GetVehicleSet(vehicles_to_refit, Vehicle::Get(this->selected_vehicle), this->num_vehicles); in BuildRefitList()
826 GetVehicleSet(vehicles_to_refit, Vehicle::Get(this->selected_vehicle), this->num_vehicles); in DrawWidget()
H A Dvehicle.cpp2958 void GetVehicleSet(VehicleSet &set, Vehicle *v, uint8 num_vehicles) in GetVehicleSet() function