* Show the station selection window when needed. If not, build the station. * @param ta Area to build the station in * @param proc Function called to execute the build command. */
| 2473 | * @param proc Function called to execute the build command. |
| 2474 | */ |
| 2475 | void ShowSelectStationIfNeeded(TileArea ta, StationPickerCmdProc proc) |
| 2476 | { |
| 2477 | ShowSelectBaseStationIfNeeded<StationTypeFilter>(ta, std::move(proc)); |
| 2478 | } |
| 2479 | |
| 2480 | /** |
| 2481 | * Show the rail waypoint selection window when needed. If not, build the waypoint. |
no outgoing calls
no test coverage detected