| 3398 | } |
| 3399 | |
| 3400 | void ShowNewGRFInspectWindow() const override |
| 3401 | { |
| 3402 | ::ShowNewGRFInspectWindow(GetGrfSpecFeature(Vehicle::Get(this->window_number)->type), this->window_number); |
| 3403 | } |
| 3404 | |
| 3405 | static inline HotkeyList hotkeys{"vehicleview", { |
| 3406 | Hotkey('H', "honk", WID_VV_HONK_HORN), |
nothing calls this directly
no test coverage detected