OpenTTD Source
20241108-master-g80f628063a
|
Command definitions related to tree tiles. More...
#include "command_type.h"
Go to the source code of this file.
Functions | |
CommandCost | CmdPlantTree (DoCommandFlag flags, TileIndex tile, TileIndex start_tile, uint8_t 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, | ||
uint8_t | 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 389 of file tree_cmd.cpp.
References CMD_ERROR, EXPENSES_OTHER, INVALID_STRING_ID, IsInsideBS(), Map::Size(), and TREE_INVALID.