Changes between Version 1 and Version 2 of CarSettings


Ignore:
Timestamp:
2011-10-07 02:15:07 (13 years ago)
Author:
edy
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CarSettings

    v1 v2  
    33# CarSettings 
    44 
    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. [CarInput](wiki:CarInput) and [CarTelemetry](wiki:CarTelemetry) read values here for displaying their data. 
     5Optional 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. 
    66 
    77This script is added to the root GameObject of the vehicle, besides to the [CarControl](wiki:CarControl) script. 
     
    2020## Vehicle's available features 
    2121 
    22 __Description__: intended for the name or denomination of the vehicle. Used by [CarInput](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. 
    2323 
    2424__hasABS__: the vehicle has anti-blocking brakes. Wheels don't lock when braking.