Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCGen/pcgen
/ getTotalStatFor
Method
getTotalStatFor
code/src/java/pcgen/core/PlayerCharacter.java:9386–9389 ·
view source on GitHub ↗
(PCStat stat)
Source
from the content-addressed store, hash-verified
9384
}
9385
9386
public
int
getTotalStatFor(PCStat stat)
9387
{
9388
return
statCalcFacet.getTotalStatFor(id, stat);
9389
}
9390
9391
public
int
getStatModFor(PCStat stat)
9392
{
Callers
9
testGetTotalStatFor
Method · 0.95
testMinValueStat
Method · 0.95
getTotalStatAtLevel
Method · 0.95
passes
Method · 0.45
getScoreTotalString
Method · 0.45
getScoreOtherBonus
Method · 0.45
getKnownForLevel
Method · 0.45
getCastForLevel
Method · 0.45
getStatToken
Method · 0.45
Calls
no outgoing calls
Tested by
3
testGetTotalStatFor
Method · 0.76
testMinValueStat
Method · 0.76
passes
Method · 0.36