Home
last modified time | relevance | path

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

/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dbasecamp.cpp179 void basecamp::define_camp( const tripoint_abs_omt &p, const std::string &camp_type ) in define_camp() argument
192 e.type = base_camps::faction_decode( camp_type ); in define_camp()
H A Dbasecamp.h166 void define_camp( const tripoint_abs_omt &p, const std::string &camp_type = "default" );
H A Dfaction_camp.cpp507 static cata::optional<basecamp *> get_basecamp( npc &p, const std::string &camp_type = "default" ) in get_basecamp() argument
521 temp_camp->define_camp( omt_pos, camp_type ); in get_basecamp()
568 const recipe_id camp_type = base_camps::select_camp_option( pos_camps, in start_camp() local
570 if( !camp_type ) { in start_camp()
581 const recipe &making = camp_type.obj(); in start_camp()
587 get_basecamp( p, camp_type.str() ); in start_camp()
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dbasecamp.cpp179 void basecamp::define_camp( const tripoint_abs_omt &p, const std::string &camp_type ) in define_camp() argument
192 e.type = base_camps::faction_decode( camp_type ); in define_camp()
H A Dbasecamp.h166 void define_camp( const tripoint_abs_omt &p, const std::string &camp_type = "default" );
H A Dfaction_camp.cpp507 static cata::optional<basecamp *> get_basecamp( npc &p, const std::string &camp_type = "default" ) in get_basecamp() argument
521 temp_camp->define_camp( omt_pos, camp_type ); in get_basecamp()
568 const recipe_id camp_type = base_camps::select_camp_option( pos_camps, in start_camp() local
570 if( !camp_type ) { in start_camp()
581 const recipe &making = camp_type.obj(); in start_camp()
587 get_basecamp( p, camp_type.str() ); in start_camp()