GTA V NativesvehicleVehicle::rollDownWindowOn this pageVehicle::rollDownWindowWindows: 0 = Front Left Window 1 = Front Right Window 2 = Back Left Window 3 = Back Right Window Syntax ```js vehicle.rollDownWindow(windowIndex); ``` Required Arguments windowIndex: int (Windows) Example ```js // todo ``` See also