Skip to main content

Vehicle::setTowTruckCraneHeight

Sets how much the crane on the tow truck is raised, where 0.0 is fully lowered and 1.0 is fully raised.

Syntax

```js vehicle.setTowTruckCraneHeight(height); ```

Required Arguments

  • height: float

Return value

  • Undefined

Example

```js // todo ```

See also