Vehicle::getPaintFade
formerly known as _GET_VEHICLE_PAINT_FADE
The result is a value from 0-1, where 0 is fresh paint. ----------------------------------------------------------------------- The actual value isn't stored as a float but as an unsigned char (BYTE).
Syntax
```js vehicle.getPaintFade(); ```
Required Arguments
Return value
- float
Example
```js // todo ```