Home
last modified time | relevance | path

Searched refs:TOOL_PLANT_TREE (Results 1 – 5 of 5) sorted by relevance

/dports/games/simutrans/simutrans-121.0/gui/
H A Dbaum_edit.cc133 baum_tool.cursor = tool_t::general_tool[TOOL_PLANT_TREE]->cursor; in change_item_info()
/dports/games/simutrans/simutrans-121.0/script/api/
H A Dapi_const.cc44 enum_slot(vm, "tool_plant_tree", TOOL_PLANT_TREE | GENERAL_TOOL); in export_global_constants()
/dports/games/simutrans/simutrans-121.0/
H A Dsimmenu.h46 TOOL_PLANT_TREE, enumerator
H A Dsimmenu.cc93 case TOOL_PLANT_TREE: tool = new tool_plant_tree_t(); break; in create_general_tool()
H A Dsimtool.h232 tool_plant_tree_t() : kartenboden_tool_t(TOOL_PLANT_TREE | GENERAL_TOOL) {} in tool_plant_tree_t()