Skip to main content

Vehicle::isDoorDamaged

doorID starts at 0, not seeming to skip any numbers. Four door vehicles intuitively range from 0 to 3.

Syntax

```js vehicle.isDoorDamaged(doorID); ```

Required Arguments

  • doorID: int

Return value

  • Boolean

Example

```js // todo ```

See also