|
OpenTTD Source
14.0-beta1
|
Go to the source code of this file.
Functions | |
| CommandCost | CmdBuildShip (DoCommandFlag flags, TileIndex tile, const Engine *e, Vehicle **v) |
| Build a ship. More... | |
Command definitions related to ships.
Definition in file ship_cmd.h.
| CommandCost CmdBuildShip | ( | DoCommandFlag | flags, |
| TileIndex | tile, | ||
| const Engine * | e, | ||
| Vehicle ** | ret | ||
| ) |
Build a ship.
| flags | type of operation. | |
| tile | tile of the depot where ship is built. | |
| e | the engine to build. | |
| [out] | ret | the vehicle that has been built. |
Definition at line 912 of file ship_cmd.cpp.
References DC_EXEC, and GetShipDepotNorthTile().