Searched refs:get_total_cargo (Results 1 – 6 of 6) sorted by relevance
103 …l->buf().printf("%u/%u%s %s", v->get_total_cargo(), v->get_cargo_max(), translator::translate(v->g… in gui_vehicleinfo_t()
507 load += cnv->get_vehikel(j)->get_total_cargo(); in display()
192 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()
378 uint16 get_total_cargo() const { return total_freight; } in get_total_cargo() function
2299 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();
2924 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()