MCPcopy Create free account
hub / github.com/PCGen/pcgen / getStatBonusTo

Method getStatBonusTo

code/src/java/pcgen/core/PlayerCharacter.java:3562–3565  ·  view source on GitHub ↗

Calculates total bonus from all stats @param aType @param aName @return stat bonus to

(String aType, String aName)

Source from the content-addressed store, hash-verified

3560 * @return stat bonus to
3561 */
3562 private double getStatBonusTo(String aType, String aName)
3563 {
3564 return statBonusFacet.getStatBonusTo(id, aType, aName);
3565 }
3566
3567 /**
3568 * Parses through all templates to calculate total bonus

Callers 4

hitPointsMethod · 0.95
getBonusLanguageCountMethod · 0.95
processOldMaxDexMethod · 0.95
updateBaseSkillModMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected