Home
last modified time | relevance | path

Searched refs:fuel_capacity (Results 1 – 22 of 22) sorted by relevance

/dports/devel/capnproto080/capnproto-0.8.0/c++/src/benchmark/
H A Dprotobuf-carsales.c++97 car->set_fuel_level(fastRandDouble(car->fuel_capacity())); in randomCar()
H A Dcarsales.proto44 optional float fuel_capacity = 12; field
/dports/devel/capnproto/capnproto-0.9.0/c++/src/benchmark/
H A Dprotobuf-carsales.c++97 car->set_fuel_level(fastRandDouble(car->fuel_capacity())); in randomCar()
H A Dcarsales.proto44 optional float fuel_capacity = 12; field
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dbionics.h63 int fuel_capacity = 0; member
H A Dconsumption.cpp1512 to_consume = std::min( it.ammo_remaining(), bid->fuel_capacity ); in get_acquirable_energy()
1515 to_consume = std::min( units::to_milliliter( it.volume() ), bid->fuel_capacity ); in get_acquirable_energy()
1518 to_consume = std::min( it.charges, bid->fuel_capacity ); in get_acquirable_energy()
H A Dvehicle_display.cpp418 int cap = fuel_capacity( fuel_type ); in print_fuel_indicator()
H A Dvehicle.h1171 int fuel_capacity( const itype_id &ftype ) const;
H A Dcharacter.cpp2600 capacity += bid->fuel_capacity; in get_fuel_capacity()
2615 capacity += bid->fuel_capacity; in get_total_fuel_capacity()
2646 if( bids[i + 1]->fuel_capacity > bids[i]->fuel_capacity ) { in update_fuel_storage()
2655 if( bid->fuel_capacity <= amount_fuel_loaded ) { in update_fuel_storage()
2656 amount_fuel_loaded -= bid->fuel_capacity; in update_fuel_storage()
H A Dcrafting.cpp417 int fuel_cap = vp->vehicle().fuel_capacity( ftype ); in check_eligible_containers_for_crafting()
H A Dbionics.cpp324 optional( jsobj, was_loaded, "fuel_capacity", fuel_capacity ); in load()
H A Dvehicle.cpp3362 int vehicle::fuel_capacity( const itype_id &ftype ) const in fuel_capacity() function in vehicle
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dbionics.h63 int fuel_capacity = 0; member
H A Dconsumption.cpp1512 to_consume = std::min( it.ammo_remaining(), bid->fuel_capacity ); in get_acquirable_energy()
1515 to_consume = std::min( units::to_milliliter( it.volume() ), bid->fuel_capacity ); in get_acquirable_energy()
1518 to_consume = std::min( it.charges, bid->fuel_capacity ); in get_acquirable_energy()
H A Dvehicle_display.cpp418 int cap = fuel_capacity( fuel_type ); in print_fuel_indicator()
H A Dvehicle.h1171 int fuel_capacity( const itype_id &ftype ) const;
H A Dcharacter.cpp2600 capacity += bid->fuel_capacity; in get_fuel_capacity()
2615 capacity += bid->fuel_capacity; in get_total_fuel_capacity()
2646 if( bids[i + 1]->fuel_capacity > bids[i]->fuel_capacity ) { in update_fuel_storage()
2655 if( bid->fuel_capacity <= amount_fuel_loaded ) { in update_fuel_storage()
2656 amount_fuel_loaded -= bid->fuel_capacity; in update_fuel_storage()
H A Dcrafting.cpp417 int fuel_cap = vp->vehicle().fuel_capacity( ftype ); in check_eligible_containers_for_crafting()
H A Dbionics.cpp324 optional( jsobj, was_loaded, "fuel_capacity", fuel_capacity ); in load()
H A Dvehicle.cpp3362 int vehicle::fuel_capacity( const itype_id &ftype ) const in fuel_capacity() function in vehicle
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/doc/
H A DJSON_INFO.md668 | fuel_capacity | (_optional_) Volume of fuel this bionic can store.
691 "fuel_capacity": 500,
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/doc/
H A DJSON_INFO.md668 | fuel_capacity | (_optional_) Volume of fuel this bionic can store.
691 "fuel_capacity": 500,