Home
last modified time | relevance | path

Searched defs:auto_refit (Results 1 – 2 of 2) sorted by relevance

/dports/games/openttd/openttd-12.1/src/
H A Dvehicle_cmd.cpp345 …_this, uint8 num_vehicles, CargoID new_cid, byte new_subtype, DoCommandFlag flags, bool auto_refit) in RefitVehicle()
485 bool auto_refit = HasBit(p2, 24); in CmdRefitVehicle() local
H A Dvehicle_gui.cpp489 bool auto_refit; ///< Select cargo for auto-refitting. member
1119 void ShowVehicleRefitWindow(const Vehicle *v, VehicleOrderID order, Window *parent, bool auto_refit) in ShowVehicleRefitWindow()