MCPcopy 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

testGetBaseStatForMethod · 0.95
getUsedStatPoolMethod · 0.45
getScoreBaseMethod · 0.45
getScoreOtherBonusMethod · 0.45
getBaseTokenMethod · 0.45

Calls

no outgoing calls

Tested by 1

testGetBaseStatForMethod · 0.76