Home
last modified time | relevance | path

Searched refs:styles_offered_to (Results 1 – 14 of 14) sorted by relevance

/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dtalker_npc.h53 std::vector<matype_id> styles_offered_to( const talker &student ) const override;
H A Dtalker.h132 virtual std::vector<matype_id> styles_offered_to( const talker & ) const { in styles_offered_to() function
H A Dtalker_npc.cpp326 std::vector<matype_id> talker_npc::styles_offered_to( const talker &student ) const in styles_offered_to() function in talker_npc
329 return me_npc->styles_offered_to( *student.get_character() ); in styles_offered_to()
H A Dnpc.h854 std::vector<matype_id> styles_offered_to( const player &p ) const;
H A Dcondition.cpp683 return !d.beta->styles_offered_to( *d.alpha ).empty(); in set_npc_train_styles()
H A Dnpctalk.cpp871 beta->styles_offered_to( *alpha ).empty() && in dynamic_line()
1076 const std::vector<matype_id> &styles = beta->styles_offered_to( *alpha ); in gen_responses()
H A Dnpc.cpp1513 std::vector<matype_id> npc::styles_offered_to( const player &p ) const in styles_offered_to() function in npc
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dtalker_npc.h53 std::vector<matype_id> styles_offered_to( const talker &student ) const override;
H A Dtalker.h132 virtual std::vector<matype_id> styles_offered_to( const talker & ) const { in styles_offered_to() function
H A Dtalker_npc.cpp326 std::vector<matype_id> talker_npc::styles_offered_to( const talker &student ) const in styles_offered_to() function in talker_npc
329 return me_npc->styles_offered_to( *student.get_character() ); in styles_offered_to()
H A Dnpc.h854 std::vector<matype_id> styles_offered_to( const player &p ) const;
H A Dcondition.cpp683 return !d.beta->styles_offered_to( *d.alpha ).empty(); in set_npc_train_styles()
H A Dnpctalk.cpp871 beta->styles_offered_to( *alpha ).empty() && in dynamic_line()
1076 const std::vector<matype_id> &styles = beta->styles_offered_to( *alpha ); in gen_responses()
H A Dnpc.cpp1513 std::vector<matype_id> npc::styles_offered_to( const player &p ) const in styles_offered_to() function in npc