Home
last modified time | relevance | path

Searched refs:CMD_PLANT_TREE (Results 1 – 3 of 3) sorted by relevance

/dports/games/openttd/openttd-12.1/src/
H A Dtree_gui.cpp233 DoCommandP(tile, this->tree_to_plant, tile, CMD_PLANT_TREE); in OnPlaceDrag()
243 …DoCommandP(end_tile, this->tree_to_plant, start_tile, CMD_PLANT_TREE | CMD_MSG(STR_ERROR_CAN_T_PLA… in OnPlaceMouseUp()
H A Dcommand_type.h212 CMD_PLANT_TREE, ///< plant a tree enumerator
/dports/games/openttd/openttd-12.1/src/script/api/
H A Dscript_tile.cpp287 return ScriptObject::DoCommand(tile, TREE_INVALID, tile, CMD_PLANT_TREE); in PlantTree()
298 return ScriptObject::DoCommand(tile, TREE_INVALID, end_tile, CMD_PLANT_TREE); in PlantTreeRectangle()