VariationalAction2/Railtypes

From GRFSpecs
< VariationalAction2
Revision as of 15:18, 9 February 2010 by Planetmaker (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Variational Action 2 for Railtypes

Variational Action 2 for Railtypes

available in OpenTTD r19056

||Variable|Size|Content

40|B|Terrain type: 0 normal, 1 desert, 2 rainforest, 4 on or above snowline.

41|B|Enhanced tunnels; entrance has track above. Always 0 in OpenTTD.

42|B|Level crossing status: 0 if open (or not a crossing), 1 if closed. ||

Terrain type (40)

Format: byte

||value|Meaning

0|normal tile

1|desert tile

2|rain forest tile

4|tile on or above snow line||

Enhanced tunnels (41)

Format: byte

This variable will always return 0 and is reserved for future use with enhanced tunnels.

Level crossing status (42)

Format: byte

This variable returns 1, if a crossing is closed. If the crossing is open or the tile is no level crossing, the return value is 0.