Changes between Version 1 and Version 2 of CarSettings
- Timestamp:
- 2011-10-07 02:15:07 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CarSettings
v1 v2 3 3 # CarSettings 4 4 5 Optional script that provides high-level properties for configuring the vehicle's features and driving aids. Controls specific properties at [CarControl](wiki:CarControl) for implementing these features. [Car Input](wiki:CarInput) and [CarTelemetry](wiki:CarTelemetry) read values here for displaying their data.5 Optional script that provides high-level properties for configuring the vehicle's features and driving aids. Controls specific properties at [CarControl](wiki:CarControl) for implementing these features. [CarMain](wiki:CarMain) and [CarTelemetry](wiki:CarTelemetry) read values here for displaying their data. 6 6 7 7 This script is added to the root GameObject of the vehicle, besides to the [CarControl](wiki:CarControl) script. … … 20 20 ## Vehicle's available features 21 21 22 __Description__: intended for the name or denomination of the vehicle. Used by [Car Input](wiki:CarInput) for displaying the vehicle's name at the dashboard.22 __Description__: intended for the name or denomination of the vehicle. Used by [CarMain](wiki:CarMain) for displaying the vehicle's name at the dashboard. 23 23 24 24 __hasABS__: the vehicle has anti-blocking brakes. Wheels don't lock when braking.