Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCGen/pcgen
/ getBaseStatFor
Method
getBaseStatFor
code/src/java/pcgen/core/PlayerCharacter.java:9381–9384 ·
view source on GitHub ↗
(PCStat stat)
Source
from the content-addressed store, hash-verified
9379
}
9380
9381
public
int
getBaseStatFor(PCStat stat)
9382
{
9383
return
statCalcFacet.getBaseStatFor(id, stat);
9384
}
9385
9386
public
int
getTotalStatFor(PCStat stat)
9387
{
Callers
6
testGetBaseStatFor
Method · 0.95
getUsedStatPool
Method · 0.45
getScoreBase
Method · 0.45
getScoreOtherBonus
Method · 0.45
updateScorePurchasePool
Method · 0.45
getBaseToken
Method · 0.45
Calls
no outgoing calls
Tested by
1
testGetBaseStatFor
Method · 0.76