Skip to main content

Vehicle::isStuckTimerUp

p1 can be anywhere from 0 to 3 in the scripts. p2 is generally somewhere in the 1000 to 10000 range.

Syntax

```js vehicle.isStuckTimerUp(p1, p2); ```

Required Arguments

  • p1: int
  • p2: int

Return value

  • Boolean

Example

```js // todo ```

See also