Home
last modified time | relevance | path

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

/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dnpc.h1061 static std::string get_need_str_id( const npc_need &need );
H A Dnpc.cpp2922 std::string npc::get_need_str_id( const npc_need &need ) in get_need_str_id() function in npc
2934 return os << npc::get_need_str_id( need ); in operator <<()
H A Dnpcmove.cpp4178 "] with [" << get_need_str_id( needs.front() ) << in set_omt_destination()
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dnpc.h1061 static std::string get_need_str_id( const npc_need &need );
H A Dnpc.cpp2922 std::string npc::get_need_str_id( const npc_need &need ) in get_need_str_id() function in npc
2934 return os << npc::get_need_str_id( need ); in operator <<()
H A Dnpcmove.cpp4178 "] with [" << get_need_str_id( needs.front() ) << in set_omt_destination()