Home
last modified time | relevance | path

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

/dports/games/openttd/openttd-12.1/src/
H A Dvehicle_gui_base.h96 ADI_REMOVE_ALL, enumerator
H A Dgroup_gui.cpp958 case ADI_REMOVE_ALL: // Remove all Vehicles from the selected group in OnDropdownSelect()
H A Dvehicle_gui.cpp264 …list.emplace_back(new DropDownListStringItem(STR_GROUP_REMOVE_ALL_VEHICLES, ADI_REMOVE_ALL, false)… in BuildActionDropdownList()