Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCGen/pcgen
/ getStat
Method
getStat
code/src/java/pcgen/core/PlayerCharacter.java:9243–9246 ·
view source on GitHub ↗
(PCStat stat)
Source
from the content-addressed store, hash-verified
9241
}
9242
9243
public
int
getStat(PCStat stat)
9244
{
9245
return
statValueFacet.get(id, stat).intValue();
9246
}
9247
9248
public
int
recalcSkillPointMod(PCClass pcClass,
final
int
characterLevel)
9249
{
Callers
4
rollStats
Method · 0.95
setScoreBase
Method · 0.45
subLevel
Method · 0.45
appendStatLines
Method · 0.45
Calls
2
intValue
Method · 0.80
get
Method · 0.65
Tested by
no test coverage detected