Difference between revisions of "Documentation/Engine/Units/vehicle accessory"
< Documentation | Engine | Units
Jump to navigation
Jump to search
(→Related Units: remove reference to vehicle_sound_accessory because it's deprecated) |
(Created page with "The '''vehicle_accessory''' unit class is used to 'attach' certain types of accessories and their data to vehicle and trailer configurations. Units of this type are typically...") |
||
(One intermediate revision by the same user not shown) | |||
Line 28: | Line 28: | ||
*[[Documentation/Engine/Units/accessory_headlight_data|accessory_headlight_data]] | *[[Documentation/Engine/Units/accessory_headlight_data|accessory_headlight_data]] | ||
*[[Documentation/Engine/Units/accessory_interior_data|accessory_interior_data]] | *[[Documentation/Engine/Units/accessory_interior_data|accessory_interior_data]] | ||
− | |||
− | |||
*[[Documentation/Engine/Units/accessory_transmission_data|accessory_transmission_data]] | *[[Documentation/Engine/Units/accessory_transmission_data|accessory_transmission_data]] | ||
*[[Documentation/Engine/Units/accessory_truck_data|accessory_truck_data]] | *[[Documentation/Engine/Units/accessory_truck_data|accessory_truck_data]] | ||
Line 42: | Line 40: | ||
*[[Documentation/Engine/Units/vehicle_addon_accessory|vehicle_addon_accessory]] | *[[Documentation/Engine/Units/vehicle_addon_accessory|vehicle_addon_accessory]] | ||
*[[Documentation/Engine/Units/vehicle_paint_job_accessory|vehicle_paint_job_accessory]] | *[[Documentation/Engine/Units/vehicle_paint_job_accessory|vehicle_paint_job_accessory]] | ||
+ | *[[Documentation/Engine/Units/vehicle_sound_accessory|vehicle_sound_accessory]] | ||
*[[Documentation/Engine/Units/vehicle_wheel_accessory|vehicle_wheel_accessory]] | *[[Documentation/Engine/Units/vehicle_wheel_accessory|vehicle_wheel_accessory]] | ||
</div> | </div> |
Revision as of 19:31, 22 June 2017
The vehicle_accessory unit class is used to 'attach' certain types of accessories and their 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. |
Suitable Accessory Data Types
These accessory data types can be used by vehicle_accessory: