NML:Cargotable: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
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, Roadstops, Canals, Towns, Houses, Industries (Tiles), Cargos, Airports+Tiles, Objects, Railtypes, Roadtypes, Tramtypes, Bridges, Badges, 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.