Home
last modified time | relevance | path

Searched refs:from_legacy_int (Results 1 – 12 of 12) sorted by relevance

/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dnpc_class.h95 static const npc_class_id &from_legacy_int( int i );
H A Dskill.h53 static skill_id from_legacy_int( int legacy_id );
H A Dskill.cpp169 skill_id Skill::from_legacy_int( const int legacy_id ) in from_legacy_int() function in Skill
H A Dnpc_class.cpp317 const npc_class_id &npc_class::from_legacy_int( int i ) in from_legacy_int() function in npc_class
H A Dsavegame_json.cpp1663 skill = Skill::from_legacy_int( jo.get_int( "skill_id" ) ); in deserialize()
1737 myclass = npc_class::from_legacy_int( classtmp ); in load()
3174 recruit_class = npc_class::from_legacy_int( jo.get_int( "recruit_class" ) ); in deserialize()
H A Dnpc.cpp234 guy.myclass = npc_class::from_legacy_int( jsobj.get_int( "class" ) ); in load()
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dnpc_class.h95 static const npc_class_id &from_legacy_int( int i );
H A Dskill.h53 static skill_id from_legacy_int( int legacy_id );
H A Dskill.cpp169 skill_id Skill::from_legacy_int( const int legacy_id ) in from_legacy_int() function in Skill
H A Dnpc_class.cpp317 const npc_class_id &npc_class::from_legacy_int( int i ) in from_legacy_int() function in npc_class
H A Dsavegame_json.cpp1663 skill = Skill::from_legacy_int( jo.get_int( "skill_id" ) ); in deserialize()
1737 myclass = npc_class::from_legacy_int( classtmp ); in load()
3174 recruit_class = npc_class::from_legacy_int( jo.get_int( "recruit_class" ) ); in deserialize()
H A Dnpc.cpp234 guy.myclass = npc_class::from_legacy_int( jsobj.get_int( "class" ) ); in load()