Vehicle::setRenderTrainAsDerailed
makes the train all jumbled up and derailed as it moves on the tracks (though that wont stop it from its normal operations)
Syntax
```js vehicle.setRenderTrainAsDerailed(toggle); ```
Required Arguments
- toggle: Boolean
Return value
- Undefined
Example
```js // todo ```