MCPcopy 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

testMinValueStatMethod · 0.95
getDCMethod · 0.95
getConcentrationMethod · 0.95
getTokenMethod · 0.45
getModTotalMethod · 0.45

Calls

no outgoing calls

Tested by 1

testMinValueStatMethod · 0.76