Difference between revisions of "VariationalAction2/Airports"

From GRFSpecs
Jump to navigationJump to search
m (→‎Variables: use proper template for rev)
m (→‎Variables: partially broken link)
 
Line 10: Line 10:
 
|}
 
|}
   
For other 80+x variables confer the [http://marcin.ttdpatch.net/sv1codec/TTD-locations.html#_StationArray||TTD station structure]. Note that you have to subtract 0x10 from the offsets there, or else the facility bit mask and construction date would not be accessible; instead you lose access to variables 00..0F which are meaningless anyway.
+
For other 80+x variables confer the [http://marcin.ttdpatch.net/sv1codec/TTD-locations.html#_StationArray TTD station structure]. Note that you have to subtract 0x10 from the offsets there, or else the facility bit mask and construction date would not be accessible; instead you lose access to variables 00..0F which are meaningless anyway.
   
 
'''WARNING''': Please do not use variables 8C..EB directly. The meaning of these variables changes if the newcargos switch is on. Use the variables 60..64 instead (common stations variables). Those always work correctly.
 
'''WARNING''': Please do not use variables 8C..EB directly. The meaning of these variables changes if the newcargos switch is on. Use the variables 60..64 instead (common stations variables). Those always work correctly.

Latest revision as of 20:50, 1 August 2011

Introduction

Airports share a number of variables with (rail) stations. The common variables are documented on a separate page

Variables

Variable Size Version Description
40 D Supported by OpenTTD 1.1 (r20364)1.1 Not supported by TTDPatch Layout number

For other 80+x variables confer the TTD station structure. Note that you have to subtract 0x10 from the offsets there, or else the facility bit mask and construction date would not be accessible; instead you lose access to variables 00..0F which are meaningless anyway.

WARNING: Please do not use variables 8C..EB directly. The meaning of these variables changes if the newcargos switch is on. Use the variables 60..64 instead (common stations variables). Those always work correctly.

Description

Airport layout (40)

This variable returns the layout number of the airport

Example