Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCGen/pcgen
/ getStatModFor
Method
getStatModFor
code/src/java/pcgen/core/PlayerCharacter.java:9391–9394 ·
view source on GitHub ↗
(PCStat stat)
Source
from the content-addressed store, hash-verified
9389
}
9390
9391
public
int
getStatModFor(PCStat stat)
9392
{
9393
return
statCalcFacet.getStatModFor(id, stat);
9394
}
9395
9396
public
int
getModForNumber(
int
aNum, PCStat stat)
9397
{
Callers
6
testMinValueStat
Method · 0.95
getDC
Method · 0.95
getConcentration
Method · 0.95
getToken
Method · 0.45
getModTotal
Method · 0.45
updateScorePurchasePool
Method · 0.45
Calls
no outgoing calls
Tested by
1
testMinValueStat
Method · 0.76