Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
setMapSize
Method · 0.45
computeSeatBeginTurn
Method · 0.45
addSkillPoints
Method · 0.45
setNextSkill
Method · 0.45
exportTileToPacket
Method · 0.45
canBeSkilled
Method · 0.45
buildDependencies
Method · 0.45
dependsOn
Method · 0.45
mapSkill
Method · 0.45
mapSkill
Method · 0.45
mapSkill
Method · 0.45
isAllSkillsDoneForSeat
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected