Home
last modified time | relevance | path

Searched refs:learn_spells (Results 1 – 14 of 14) sorted by last modified time

/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dmagic.cpp343 learn_spells.insert( std::pair<std::string, int>( member.name(), member.get_int() ) ); in load()
416 if( !learn_spells.empty() ) { in serialize()
420 for( const std::pair<const std::string, int> &sp : learn_spells ) { in serialize()
2331 for( std::map<std::string, int>::iterator it = spell_cast.learn_spells.begin(); in notify()
2332 it != spell_cast.learn_spells.end(); ++it ) { in notify()
H A Dmagic.h309 std::map<std::string, int> learn_spells;
H A Dprofession.cpp526 void profession::learn_spells( avatar &you ) const in learn_spells() function in profession
H A Dnewcharacter.cpp643 prof->learn_spells( *this ); in create()
H A Dprofession.h111 void learn_spells( avatar &you ) const;
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/object_creator/
H A Dspell_window.cpp144 editable_spell.learn_spells.clear(); in spell_window()
150 editable_spell.learn_spells[id_text.toString().toStdString()] = lvl_text.toInt(); in spell_window()
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/tests/
H A Djson_test.cpp130 CHECK( test_spell.learn_spells == test_learn_spell );
191 R"("learn_spells":{"test_fake_spell":1})"
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/tests/
H A Djson_test.cpp130 CHECK( test_spell.learn_spells == test_learn_spell );
191 R"("learn_spells":{"test_fake_spell":1})"
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dnewcharacter.cpp643 prof->learn_spells( *this ); in create()
H A Dprofession.h111 void learn_spells( avatar &you ) const;
H A Dmagic.cpp343 learn_spells.insert( std::pair<std::string, int>( member.name(), member.get_int() ) ); in load()
416 if( !learn_spells.empty() ) { in serialize()
420 for( const std::pair<const std::string, int> &sp : learn_spells ) { in serialize()
2331 for( std::map<std::string, int>::iterator it = spell_cast.learn_spells.begin(); in notify()
2332 it != spell_cast.learn_spells.end(); ++it ) { in notify()
H A Dmagic.h309 std::map<std::string, int> learn_spells;
H A Dprofession.cpp526 void profession::learn_spells( avatar &you ) const in learn_spells() function in profession
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/object_creator/
H A Dspell_window.cpp144 editable_spell.learn_spells.clear(); in spell_window()
150 editable_spell.learn_spells[id_text.toString().toStdString()] = lvl_text.toInt(); in spell_window()