Skip to main content

Vehicle::setMissionTrainCoords

Syntax

```js vehicle.setMissionTrainCoords(x, y, z); ```

Required Arguments

  • x: float
  • y: float
  • z: float

Return value

  • Undefined

Example

```js // todo ```

See also