Home
last modified time | relevance | path

Searched defs:vehicle_id (Results 1 – 25 of 40) sorted by relevance

12

/dports/games/openttd/openttd-12.1/src/script/api/
H A Dscript_vehicle.cpp27 /* static */ bool ScriptVehicle::IsValidVehicle(VehicleID vehicle_id) in IsValidVehicle()
40 /* static */ int32 ScriptVehicle::GetNumWagons(VehicleID vehicle_id) in GetNumWagons()
54 /* static */ int ScriptVehicle::GetLength(VehicleID vehicle_id) in GetLength()
158 /* static */ bool ScriptVehicle::SellVehicle(VehicleID vehicle_id) in SellVehicle()
205 /* static */ bool ScriptVehicle::IsInDepot(VehicleID vehicle_id) in IsInDepot()
225 /* static */ bool ScriptVehicle::ReverseVehicle(VehicleID vehicle_id) in ReverseVehicle()
292 /* static */ char *ScriptVehicle::GetName(VehicleID vehicle_id) in GetName()
300 /* static */ int32 ScriptVehicle::GetAge(VehicleID vehicle_id) in GetAge()
319 /* static */ int32 ScriptVehicle::GetMaxAge(VehicleID vehicle_id) in GetMaxAge()
326 /* static */ int32 ScriptVehicle::GetAgeLeft(VehicleID vehicle_id) in GetAgeLeft()
[all …]
H A Dscript_order.cpp60 static const Order *ResolveOrder(VehicleID vehicle_id, ScriptOrder::OrderPosition order_position) in ResolveOrder()
137 /* static */ bool ScriptOrder::IsVoidOrder(VehicleID vehicle_id, OrderPosition order_position) in IsVoidOrder()
146 /* static */ bool ScriptOrder::IsRefitOrder(VehicleID vehicle_id, OrderPosition order_position) in IsRefitOrder()
154 /* static */ bool ScriptOrder::IsCurrentOrderPartOfOrderList(VehicleID vehicle_id) in IsCurrentOrderPartOfOrderList()
231 /* static */ int32 ScriptOrder::GetOrderCount(VehicleID vehicle_id) in GetOrderCount()
528 /* static */ bool ScriptOrder::RemoveOrder(VehicleID vehicle_id, OrderPosition order_position) in RemoveOrder()
538 /* static */ bool ScriptOrder::SkipToOrder(VehicleID vehicle_id, OrderPosition next_order) in SkipToOrder()
572 VehicleID vehicle_id = (VehicleID)ScriptObject::GetCallbackVariable(0); in _SetOrderFlags() local
644 /* static */ bool ScriptOrder::CopyOrders(VehicleID vehicle_id, VehicleID main_vehicle_id) in CopyOrders()
652 /* static */ bool ScriptOrder::ShareOrders(VehicleID vehicle_id, VehicleID main_vehicle_id) in ShareOrders()
[all …]
H A Dscript_event_types.hpp488 ScriptEventVehicleLost(VehicleID vehicle_id) : in ScriptEventVehicleLost()
507 VehicleID vehicle_id; ///< The vehicle that is lost. member in ScriptEventVehicleLost
519 ScriptEventVehicleWaitingInDepot(VehicleID vehicle_id) : in ScriptEventVehicleWaitingInDepot()
538 VehicleID vehicle_id; ///< The vehicle that is waiting in the depot. member in ScriptEventVehicleWaitingInDepot
550 ScriptEventVehicleUnprofitable(VehicleID vehicle_id) : in ScriptEventVehicleUnprofitable()
569 VehicleID vehicle_id; ///< The vehicle that is unprofitable. member in ScriptEventVehicleUnprofitable
809 ScriptEventAircraftDestTooFar(VehicleID vehicle_id) : in ScriptEventAircraftDestTooFar()
828 VehicleID vehicle_id; ///< The vehicle aircraft whose destination is too far away. member in ScriptEventAircraftDestTooFar
1198 …t(CompanyID company_id, StoryPageID page_id, StoryPageElementID element_id, VehicleID vehicle_id) : in ScriptEventStoryPageVehicleSelect()
1229 VehicleID vehicle_id; member in ScriptEventStoryPageVehicleSelect
H A Dscript_waypointlist.cpp26 ScriptWaypointList_Vehicle::ScriptWaypointList_Vehicle(VehicleID vehicle_id) in ScriptWaypointList_Vehicle()
H A Dscript_vehiclelist.cpp92 ScriptVehicleList_SharedOrders::ScriptVehicleList_SharedOrders(VehicleID vehicle_id) in ScriptVehicleList_SharedOrders()
/dports/databases/timescaledb/timescaledb-2.5.1/test/sql/
H A Dtriggers.sql216 vehicle_id INTEGER PRIMARY KEY, field
229 vehicle_id INTEGER REFERENCES vehicles (vehicle_id), field
/dports/math/py-or-tools/or-tools-9.2/ortools/constraint_solver/
H A Dsched_expr.cc80 void SetMin(int64_t m) override { interval_->SetEndMin(m); }
111 class IntervalVarDurationExpr : public BaseIntExpr {
132 return interval_->DurationMin() == interval_->DurationMax();
/dports/comms/multimon-ng/multimon-ng-1.1.0/
H A Dfms.c81 static void fms_disp_vehicle_id(uint16_t vehicle_id) in fms_disp_vehicle_id()
246 uint16_t vehicle_id; // Fahrzeugkennung in fms_disp_packet() local
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/account_fleet/models/
H A Daccount_move.py42 vehicle_id = fields.Many2one('fleet.vehicle', string='Vehicle') variable in AccountMoveLine
/dports/databases/pgrouting/pgrouting-3.2.0/tools/testers/
H A Dsolomon_100_rc101.data.sql30 vehicle_id integer not null primary key, field
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/fleet/report/
H A Dfleet_report.py16 vehicle_id = fields.Many2one('fleet.vehicle', 'Vehicle', readonly=True) variable in FleetReport
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Tactical/
H A DVehicles.cc456 VEHICLETYPE& GetVehicle(INT32 const vehicle_id) in GetVehicle()
958 static bool CanSoldierDriveVehicle(SOLDIERTYPE const& s, INT32 const vehicle_id, bool const ignore_… in CanSoldierDriveVehicle()
971 static bool OnlyThisSoldierCanDriveVehicle(SOLDIERTYPE const& s, INT32 const vehicle_id) in OnlyThisSoldierCanDriveVehicle()
989 INT32 const vehicle_id = s.iVehicleId; in SoldierMustDriveVehicle() local
1075 UINT8 GetVehicleArmourType(const UINT8 vehicle_id) in GetVehicleArmourType()
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/fleet/models/
H A Dfleet_vehicle_cost.py20vehicle_id = fields.Many2one('fleet.vehicle', 'Vehicle', required=True, help='Vehicle concerned by… variable in FleetVehicleLogContract
134vehicle_id = fields.Many2one('fleet.vehicle', 'Vehicle', required=True, help='Vehicle concerned by… variable in FleetVehicleLogServices
/dports/databases/pgrouting/pgrouting-3.2.0/include/c_types/pickDeliver/
H A Dgeneral_vehicle_orders_t.h51 int64_t vehicle_id; member
/dports/math/py-or-tools/or-tools-9.2/ortools/constraint_solver/samples/
H A Dvrp_with_time_limit.cc35 for (int vehicle_id = 0; vehicle_id < manager.num_vehicles(); ++vehicle_id) { in PrintSolution() local
H A Dvrp_global_span.cc78 for (int vehicle_id = 0; vehicle_id < data.num_vehicles; ++vehicle_id) { in PrintSolution() local
H A Dvrp.cc79 for (int vehicle_id = 0; vehicle_id < data.num_vehicles; ++vehicle_id) { in PrintSolution() local
H A Dvrp_starts_ends.cc91 for (int vehicle_id = 0; vehicle_id < data.num_vehicles; ++vehicle_id) { in PrintSolution() local
H A Dvrp_initial_routes.cc85 for (int vehicle_id = 0; vehicle_id < data.num_vehicles; ++vehicle_id) { in PrintSolution() local
H A Dvrp_pickup_delivery.cc99 for (int vehicle_id = 0; vehicle_id < data.num_vehicles; ++vehicle_id) { in PrintSolution() local
H A Dvrp_pickup_delivery_lifo.cc99 for (int vehicle_id = 0; vehicle_id < data.num_vehicles; ++vehicle_id) { in PrintSolution() local
H A Dvrp_pickup_delivery_fifo.cc99 for (int vehicle_id = 0; vehicle_id < data.num_vehicles; ++vehicle_id) { in PrintSolution() local
H A Dvrp_capacity.cc86 for (int vehicle_id = 0; vehicle_id < data.num_vehicles; ++vehicle_id) { in PrintSolution() local
H A Dvrp_time_windows.cc83 for (int vehicle_id = 0; vehicle_id < data.num_vehicles; ++vehicle_id) { in PrintSolution() local
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/tests/
H A Dexplosion_balance_test.cpp105 static void check_vehicle_damage( const std::string &explosive_id, const std::string &vehicle_id, in check_vehicle_damage()

12