Skip to main content

Vehicle::isStopped

Returns 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