|
OpenTTD Source
14.0-beta1
|
#include "command_type.h"Go to the source code of this file.
Functions | |
| CommandCost | CmdPlantTree (DoCommandFlag flags, TileIndex tile, TileIndex start_tile, byte tree_to_plant, bool diagonal) |
| Plant a tree. More... | |
Command definitions related to tree tiles.
Definition in file tree_cmd.h.
| CommandCost CmdPlantTree | ( | DoCommandFlag | flags, |
| TileIndex | tile, | ||
| TileIndex | start_tile, | ||
| byte | tree_to_plant, | ||
| bool | diagonal | ||
| ) |
Plant a tree.
| flags | type of operation |
| tile | end tile of area-drag |
| start_tile | start tile of area-drag of tree plantation |
| tree_to_plant | tree type, TREE_INVALID means random. |
| diagonal | Whether to use the Orthogonal (false) or Diagonal (true) iterator. |
Definition at line 388 of file tree_cmd.cpp.
References CMD_ERROR, EXPENSES_OTHER, INVALID_STRING_ID, IsInsideBS(), Map::Size(), and TREE_INVALID.