GTA V NativesvehicleVehicle::getLastPedInSeatOn this pageVehicle::getLastPedInSeatSyntax ```js vehicle.getLastPedInSeat(seatIndex); ``` Required Arguments seatIndex: int Return value Ped handle or object Example ```js // todo ``` See also