Documentation/Engine/Units/vehicle paint job accessory
< Documentation | Engine | Units
Jump to navigation
Jump to search
The vehicle_paint_job_accessory unit class is used to 'attach' a paint job accessory and its data to vehicle and trailer configurations. Units of this type are typically nameless and declared within the same context as the configuration that owns/uses them.
Attributes
Name | Type | Default Value | Description |
---|---|---|---|
wear | float | 0.0 | This attribute is used to track damage and wear to the accessory. 0 corresponds to an unworn state and 1 corresponds to a completely worn state. |
data_path | string | Full path to the SII file containing a suitable accessory data unit. | |
mask_r_color | float3 | ||
mask_g_color | float3 | ||
mask_b_color | float3 | ||
flake_color | float3 | ||
flip_color | float3 | ||
base_color | float3 |