Home
last modified time | relevance | path

Searched refs:_SellWagonInternal (Results 1 – 2 of 2) sorted by relevance

/dports/games/openttd/openttd-12.1/src/script/api/
H A Dscript_vehicle.cpp167 /* static */ bool ScriptVehicle::_SellWagonInternal(VehicleID vehicle_id, int wagon, bool sell_atta… in _SellWagonInternal() function in ScriptVehicle
181 return _SellWagonInternal(vehicle_id, wagon, false); in SellWagon()
186 return _SellWagonInternal(vehicle_id, wagon, true); in SellWagonChain()
H A Dscript_vehicle.hpp611 static bool _SellWagonInternal(VehicleID vehicle_id, int wagon, bool sell_attached_wagons);