* Show the group window for the given company and vehicle type. * @param company The company to show the window for. * @param vehicle_type The type of vehicle to show it for. * @param group The group to be selected. Defaults to GroupID::Invalid(). */
| 1238 | * @param group The group to be selected. Defaults to GroupID::Invalid(). |
| 1239 | */ |
| 1240 | void ShowCompanyGroup(CompanyID company, VehicleType vehicle_type, GroupID group) |
| 1241 | { |
| 1242 | ShowCompanyGroupInternal<false>(company, vehicle_type, group); |
| 1243 | } |
| 1244 | |
| 1245 | /** |
| 1246 | * Show the group window for the given vehicle. |
no outgoing calls
no test coverage detected