Home
last modified time | relevance | path

Searched refs:has_byproducts (Results 1 – 10 of 10) sorted by relevance

/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Drecipe.h209 bool has_byproducts() const;
H A Drecipe_dictionary.cpp249 ( r->has_byproducts() && r->byproducts.find( item ) != r->byproducts.end() ); in search_result()
H A Drecipe.cpp570 bool recipe::has_byproducts() const in has_byproducts() function in recipe
H A Dcrafting.cpp1235 if( making.has_byproducts() ) { in complete_craft()
1294 if( making.has_byproducts() ) { in complete_craft()
H A Dcrafting_gui.cpp279 if( recp.has_byproducts() ) { in recipe_info()
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Drecipe.h209 bool has_byproducts() const;
H A Drecipe_dictionary.cpp249 ( r->has_byproducts() && r->byproducts.find( item ) != r->byproducts.end() ); in search_result()
H A Drecipe.cpp570 bool recipe::has_byproducts() const in has_byproducts() function in recipe
H A Dcrafting.cpp1235 if( making.has_byproducts() ) { in complete_craft()
1294 if( making.has_byproducts() ) { in complete_craft()
H A Dcrafting_gui.cpp279 if( recp.has_byproducts() ) { in recipe_info()