MCPcopy Create free account
hub / github.com/OpenDungeons/OpenDungeons / dependsOn

Method dependsOn

source/game/Skill.cpp:67–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67bool Skill::dependsOn(const std::vector<SkillType>& skills) const
68{
69 for(SkillType resType : skills)
70 {
71 if(dependsOn(resType))
72 return true;
73 }
74 return false;
75}
76
77bool Skill::dependsOn(SkillType type) const
78{

Callers 2

Calls 1

getTypeMethod · 0.45

Tested by

no test coverage detected