Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDungeons/OpenDungeons
/ getNeededSkillPoints
Method
getNeededSkillPoints
source/game/Skill.h:37–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
{}
36
37
inline int32_t getNeededSkillPoints() const
38
{ return mNeededSkillPoints; }
39
40
inline SkillType getType() const
41
{ return mType; }
Callers
2
addSkillPoints
Method · 0.80
setNextSkill
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected