Add road/tram type properties to set road vehicle collision mode
This commit is contained in:
@@ -178,6 +178,19 @@
|
||||
</dl>
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td>roadtype_collision_mode</td><td>ROADTYPE_COLLISION_MODE_XXX</td>
|
||||
<td>
|
||||
Sets the road vehicle collision mode for road vehicles of this road type.
|
||||
<dl>
|
||||
<dt>NORMAL</dt>
|
||||
<dd>Normal road vehicle collision rules (this is the default)</dd>
|
||||
<dt>NONE</dt>
|
||||
<dd>Do not collide at all with other road vehicles</dd>
|
||||
<dt>ELEVATED</dt>
|
||||
<dd>Collide only with other elevated road vehicles</dd>
|
||||
</dl>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<h3 id="tramtype-properties"><a href="https://newgrf-specs.tt-wiki.net/wiki/NML:Tramtypes#Tramtype_properties">Tramtype properties</a></h3>
|
||||
<table>
|
||||
@@ -192,6 +205,19 @@
|
||||
</dl>
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td>tramtype_collision_mode</td><td>TRAMTYPE_COLLISION_MODE_XXX</td>
|
||||
<td>
|
||||
Sets the road vehicle collision mode for road vehicles of this tram type.
|
||||
<dl>
|
||||
<dt>NORMAL</dt>
|
||||
<dd>Normal road vehicle collision rules (this is the default)</dd>
|
||||
<dt>NONE</dt>
|
||||
<dd>Do not collide at all with other road vehicles</dd>
|
||||
<dt>ELEVATED</dt>
|
||||
<dd>Collide only with other elevated road vehicles</dd>
|
||||
</dl>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<h3 id="object-ids"><a href="https://newgrf-specs.tt-wiki.net/wiki/NML:Objects#Object_IDs">Object IDs</a></h3>
|
||||
<p>
|
||||
|
Reference in New Issue
Block a user