Home
last modified time | relevance | path

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

/dports/games/openttd/openttd-12.1/src/
H A Dcommand_type.h317 CMD_AUTOREPLACE_VEHICLE, ///< replace/renew a vehicle while it is in a depot enumerator
H A Dvehicle_cmd.cpp739 CommandCost ret = DoCommand(0, v->index, 0, flags, CMD_AUTOREPLACE_VEHICLE); in CmdDepotMassAutoReplace()
H A Dvehicle.cpp1048 CommandCost res = DoCommand(0, v->index, 0, DC_EXEC, CMD_AUTOREPLACE_VEHICLE); in CallVehicleTicks()