Home
last modified time | relevance | path

Searched refs:depot_tile (Results 1 – 2 of 2) sorted by relevance

/dports/games/openttd/openttd-12.1/src/
H A Dvehicle_gui.h61 void ShowVehicleListWindow(CompanyID company, VehicleType vehicle_type, TileIndex depot_tile);
H A Dvehicle_gui.cpp2024 void ShowVehicleListWindow(CompanyID company, VehicleType vehicle_type, TileIndex depot_tile) in ShowVehicleListWindow() argument
2029 depot_airport_index = GetStationIndex(depot_tile); in ShowVehicleListWindow()
2031 depot_airport_index = GetDepotIndex(depot_tile); in ShowVehicleListWindow()