GTA V NativesvehicleVehicle::isStoppedOn this pageVehicle::isStoppedReturns true if the vehicle's current speed is less than, or equal to 0.0025f. Syntax ```js vehicle.isStopped(); ``` Required Arguments Return value Boolean Example ```js // todo ``` See also