Home
last modified time | relevance | path

Searched refs:get_total_cargo (Results 1 – 6 of 6) sorted by relevance

/dports/games/simutrans/simutrans-121.0/gui/
H A Dconvoi_detail_t.cc103 …l->buf().printf("%u/%u%s %s", v->get_total_cargo(), v->get_cargo_max(), translator::translate(v->g… in gui_vehicleinfo_t()
H A Dschedule_list.cc507 load += cnv->get_vehikel(j)->get_total_cargo(); in display()
H A Dminimap.cc192 load += cnv_in_line->get_vehikel(j)->get_total_cargo(); in add_to_schedule_cache()
202 load += cnv->get_vehikel(j)->get_total_cargo(); in add_to_schedule_cache()
/dports/games/simutrans/simutrans-121.0/vehicle/
H A Dsimvehicle.h378 uint16 get_total_cargo() const { return total_freight; } in get_total_cargo() function
H A Dsimvehicle.cc2299 const int cargo = get_total_cargo();
3159 const int cargo = get_total_cargo();
3232 ch->book(get_total_cargo(), WAY_STAT_GOODS);
3981 const int cargo = get_total_cargo();
/dports/games/simutrans/simutrans-121.0/
H A Dsimconvoi.cc2924 if( !no_load && !next_depot && v->get_total_cargo() < v->get_cargo_max() ) { in hat_gehalten()
2930 if (v->get_total_cargo() < v->get_cargo_max()) { in hat_gehalten()
2985 book(get_vehikel(i)->get_cargo_max()-get_vehikel(i)->get_total_cargo(), CONVOI_CAPACITY); in hat_gehalten()
3024 fracht_menge += v->get_total_cargo(); in calc_loading()