Changes

Jump to navigation Jump to search

Documentation/Engine/Units/accessory rim data

904 bytes removed, 13:49, 20 June 2017
Attributes
|string
|
|Path to the model descriptor (.pmd) of a valid rim model. Valid rim models have ''left'' and ''right'' variants.
|-
|look
|token
|default
|Selects Name of the look to be used.
|-
|tire_shift
|float
|0.0
|The distance in meters the tire model is shifted toward the vehicle centerline (+X for the ''left'' variant, -X for the ''right'' variant). This should only be defined for accessories of the '''fdisc ''' and '''rdisc ''' type.
|-
|paintable
== Related Classes ==
*[[Documentation/Engine/Units/accessory_wheel_data|accessory_wheel_data]]
 
== Raw Unit Definition ==
<pre style="max-height:300px;overflow:auto"> "accessory_rim_data":{
"superclass":"accessory_data",
"attrs":{
"name":{
"type": "string"
},
"short_name":{
"type": "string"
},
"icon":{
"type": "string"
},
"info":{
"type": "string_array"
},
"price":{
"type": "s64"
},
"unlock":{
"type": "uint"
},
"suitable_for":{
"type": "string_array"
},
"conflict_with":{
"type": "string_array"
},
"defaults":{
"type": "string_array"
},
"require":{
"type": "token_array"
},
"model":{
"type": "string"
},
"look":{
"type": "token"
},
"tire_shift":{
"type": "float"
},
"paintable":{
"type": "bool"
},
"default_color":{
"type": "float3"
}
}
},</pre>

Navigation menu