Difference between revisions of "VariationalAction2/Airports"

From GRFSpecs
Jump to navigationJump to search
m (→‎Variables: use version template)
m (→‎Variables: use proper template for rev)
Line 7: Line 7:
 
!Variable!![[GRFActionsDetailed|'''Size''']]!!Version!!Description
 
!Variable!![[GRFActionsDetailed|'''Size''']]!!Version!!Description
 
|-
 
|-
|40||D||{{ottdp|1.1 (r20364)}}||Layout number
+
|40||D||{{ottdp|1.1|ottdrev=r20364}}||Layout number
 
|}
 
|}
   

Revision as of 12:59, 23 July 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 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