Difference between revisions of "NML:Cargotable"
From GRFSpecs
Jump to navigationJump to search (content of nml r1625) |
(reference cargo labels list) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | {{NMLNavBlocksyntax}} |
||
+ | |||
cargotable { |
cargotable { |
||
ID [, ID]* |
ID [, ID]* |
||
Line 10: | Line 12: | ||
} |
} |
||
</pre> |
</pre> |
||
+ | |||
+ | Please see the [[CargoTypes#Cargo_Labels|list of cargo labels]] in the NewGRF Specs for the currently defined cargo labels and their [[NML:Cargos#Cargo_classes|cargo classes]]. |
Latest revision as of 17:54, 21 August 2011
Vehicles, Stations, Canals, Bridges, Towns, Houses, Industries (Tiles), Cargos, Airports+Tiles, Objects, Railtypes, Roadtypes, Tramtypes, Terrain
cargotable { ID [, ID]* }
The cargotable is a list of 4-byte long IDs or literal strings. For example:
cargotable { PASS, MAIL, GOOD, COAL }
Please see the list of cargo labels in the NewGRF Specs for the currently defined cargo labels and their cargo classes.