Road stops: Add bit for whether stop is being drawn in the build window

This commit is contained in:
Jonathan G Rennison
2023-04-02 12:34:01 +01:00
parent c9e62ca29b
commit 706d8f17a3
4 changed files with 8 additions and 1 deletions

View File

@@ -145,6 +145,7 @@
<tr><td>random_bits_tile</td><td>0..255</td><td>Random bits (per tile), see also <a href="https://newgrf-specs.tt-wiki.net/wiki/NML:Stations#Base_station_variables">random_bits_station</a></td></tr>
<tr><td>one_way_info</td><td>RST_OWI_XXX</td><td>One-way road information of drive-through stop tile<br />XXX = TWO_WAY | WEST_BOUND | EAST_BOUND | NO_ENTRY</td></tr>
<tr><td>one_way_info_inferred</td><td>RST_OWI_XXX</td><td>Inferred one-way road information of drive-through stop tile<br />XXX = TWO_WAY | WEST_BOUND | EAST_BOUND | NO_ENTRY</td></tr>
<tr><td>drawn_in_gui</td><td>0 | 1</td><td>1 if this road stop is being drawn in the build window</td></tr>
</table>
<br />
Variables that require one or more parameters:

View File

@@ -318,6 +318,10 @@
3 - No entry<br />
This requires <font face="monospace">road_stops</font>, version 8.
</td></tr>
<tr><td>4</td><td>
1 if the road stop is being drawn in the build window<br />
This requires <font face="monospace">road_stops</font>, version 9.
</td></tr>
</table>
<br />
The remaining bits are reserved for future use and should be masked.