Difference between revisions of "NML:Cargotable"
From GRFSpecs
Jump to navigationJump to search (add nav template) |
(reference cargo labels list) |
||
| Line 12: | 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, Roadstops, 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.