OpenTTD Source
20241108-master-g80f628063a
|
Command definitions related to ships. More...
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 895 of file ship_cmd.cpp.
References DC_EXEC, and GetShipDepotNorthTile().