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

Method getType

source/game/Skill.h:40–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 { return mNeededSkillPoints; }
39
40 inline SkillType getType() const
41 { return mType; }
42
43 bool canBeSkilled(const std::vector<SkillType>& skillsDone) const;
44

Callers 15

setMapSizeMethod · 0.45
computeSeatBeginTurnMethod · 0.45
addSkillPointsMethod · 0.45
setNextSkillMethod · 0.45
exportTileToPacketMethod · 0.45
canBeSkilledMethod · 0.45
buildDependenciesMethod · 0.45
dependsOnMethod · 0.45
mapSkillMethod · 0.45
mapSkillMethod · 0.45
mapSkillMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected