Add railtype/signal variable to get signal side
This commit is contained in:
@@ -164,6 +164,16 @@
|
||||
Above signal context variables in one variable (all of the railtype_signal_context variable)
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td>signal_side</td><td>SIGNAL_SIDE_XXX</td>
|
||||
<td>
|
||||
<dl>
|
||||
<dt>LEFT</dt>
|
||||
<dd>Signals are on the left</dd>
|
||||
<dt>RIGHT</dt>
|
||||
<dd>Signals are on the right</dd>
|
||||
</dl>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<h3 id="roadtype-properties"><a href="https://newgrf-specs.tt-wiki.net/wiki/NML:Roadtypes#Roadtype_properties">Roadtype properties</a></h3>
|
||||
<table>
|
||||
@@ -650,6 +660,16 @@ item (FEAT_GLOBALVARS) {
|
||||
Above signal context variables in one variable (all of the signals_signal_context variable)
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td>signal_side</td><td>SIGNAL_SIDE_XXX</td>
|
||||
<td>
|
||||
<dl>
|
||||
<dt>LEFT</dt>
|
||||
<dd>Signals are on the left</dd>
|
||||
<dt>RIGHT</dt>
|
||||
<dd>Signals are on the right</dd>
|
||||
</dl>
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td>signal_style</td><td>0 - 255</td>
|
||||
<td>
|
||||
The style ID defined using define_style for signals using a custom style, or 0 for signals using the default style
|
||||
|
||||
Reference in New Issue
Block a user