Get the extra currently applied on vehicle in the target extra id.
Syntax
```js vehicle.getExtra(extraId); ```
Required Arguments
Return value
Example
```js let vehicle = player.vehicle; if(vehicle) {
vehicle.getExtra(1);
} ```
See also