Vehicle::getPaintFade

From RAGE Multiplayer Wiki
Revision as of 23:49, 6 May 2017 by Marty uploader (talk | contribs) (yay)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

vehicle.getPaintFade();

Required Arguments

Return value

  • float

Example

// todo

See also